ErrorController
class ErrorController implements ControllerInterface, ErrorControllerInterface
Class ErrorController
Methods
string
indexAction(
Exception $e)
No description
string
error(
Exception $e)
Default error page
string
fatalError(
Exception $e)
500 error page
string
notFoundError(
Exception $e)
404 error page
string
authorizationError(
Exception $e)
403 error page
Details
at line 44
string
indexAction(
Exception $e)
at line 64
string
error(
Exception $e)
Default error page
at line 81
string
fatalError(
Exception $e)
500 error page
at line 100
string
notFoundError(
Exception $e)
404 error page
at line 119
string
authorizationError(
Exception $e)
403 error page