| Elgg
    Version 6.3
    | 
Thrown when entity can not be edited or container permissions do not allow it to be written. More...
 
  
| Public Member Functions | |
| __construct (string $message='', int $code=0, ?\Throwable $previous=null) | |
| {{}}  More... | |
|  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... | |
| Additional Inherited Members | |
|  Protected Attributes inherited from Elgg\Exceptions\HttpException | |
| $params = [] | |
| $url | |
Thrown when entity can not be edited or container permissions do not allow it to be written.
Definition at line 10 of file EntityPermissionsException.php.
| Elgg\Exceptions\Http\EntityPermissionsException::__construct | ( | string | $message = '', | 
| int | $code = 0, | ||
| ?\Throwable | $previous = null | ||
| ) | 
{{}}
Reimplemented from Elgg\Exceptions\Http\ForbiddenException.
Definition at line 15 of file EntityPermissionsException.php.