Elgg  Version master
Public Member Functions | List of all members
Elgg\Exceptions\Http\Gatekeeper\AjaxGatekeeperException Class Reference

Thrown when the request is not a valid ajax request. More...

Inheritance diagram for Elgg\Exceptions\Http\Gatekeeper\AjaxGatekeeperException:
Elgg\Exceptions\Http\GatekeeperException Elgg\Exceptions\HttpException Elgg\Exceptions\Exception Elgg\Exceptions\ExceptionInterface

Public Member Functions

 __construct (string $message= '', int $code=0,\Throwable $previous=null)
 {} More...
 
- Public Member Functions inherited from Elgg\Exceptions\Http\GatekeeperException
 __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
 

Detailed Description

Thrown when the request is not a valid ajax request.

Since
4.0

Definition at line 12 of file AjaxGatekeeperException.php.

Constructor & Destructor Documentation

Elgg\Exceptions\Http\Gatekeeper\AjaxGatekeeperException::__construct ( string  $message = '',
int  $code = 0,
\Throwable  $previous = null 
)

{}

Definition at line 17 of file AjaxGatekeeperException.php.


The documentation for this class was generated from the following file: