Generic HTTP exception.
More...
Generic HTTP exception.
Definition at line 8 of file HttpException.php.
Elgg\HttpException::getParam |
( |
|
$name | ) |
|
Get a parameter value.
- Parameters
-
string | $name | Parameter name |
- Returns
- mixed|null
Definition at line 44 of file HttpException.php.
Elgg\HttpException::getParams |
( |
| ) |
|
Elgg\HttpException::getRedirectUrl |
( |
| ) |
|
Elgg\HttpException::setParams |
( |
array |
$params = [] | ) |
|
Set params to provide context about the exception.
- Parameters
-
- Returns
- void
Definition at line 27 of file HttpException.php.
Elgg\HttpException::setRedirectUrl |
( |
|
$url | ) |
|
Set preferred redirect URL If set, a redirect response will be issued.
- Parameters
-
- Returns
- void
Definition at line 55 of file HttpException.php.
Elgg\HttpException::$params = [] |
|
protected |
The documentation for this class was generated from the following file: