RestErrorController
in package
implements
IController
Table of Contents
Interfaces
Properties
- $response : mixed
Methods
- __construct() : mixed
- forbiddenAction() : mixed
- missingAction() : mixed
- unauthorizedAction() : mixed
Properties
$response
private
mixed
$response
Methods
__construct()
public
__construct(Response $response) : mixed
Parameters
- $response : Response
forbiddenAction()
public
forbiddenAction() : mixed
missingAction()
public
missingAction() : mixed
unauthorizedAction()
public
unauthorizedAction() : mixed