Method | Description | |
---|---|---|
__construct ( BackBee\BBApplication $application ) | Class constructor. | |
onKernelException ( |
Method | Description | |
---|---|---|
getDebugTraceResponse ( Exception $exception, integer $statusCode ) : |
Return response with debug trace. | |
getErrorPageResponse ( Exception $exception, integer $statusCode ) : |
Returns response for rendered error page. | |
getErrorTemplate ( $parameter ) : string | Returns the path of the template for the selected http status code or default one. | |
getHttpStatusCode ( integer $statusCode ) : integer | Returns a valid HTTP status code. |
public __construct ( BackBee\BBApplication $application ) | ||
$application | BackBee\BBApplication |
public onKernelException ( |
||
$event |