|
Elgg
Version master
|
Generic parent class for login exceptions. More...
Additional Inherited Members | |
Public Member Functions inherited from Elgg\Exceptions\HttpException | |
| setParams (array $params=[]) | |
| Set params to provide context about the exception. More... | |
| getParams () | |
| Retrieve exception parameters. More... | |
| getParam ($name) | |
| Get a parameter value. More... | |
| setRedirectUrl ($url) | |
| Set preferred redirect URL If set, a redirect response will be issued. More... | |
| getRedirectUrl () | |
| Get preferred redirect URL. More... | |
Protected Attributes inherited from Elgg\Exceptions\HttpException | |
| $params = [] | |
| $url | |
Generic parent class for login exceptions.
Definition at line 12 of file LoginException.php.