ErrorControllerInterface
interface ErrorControllerInterface implements ControllerInterface
Interface ErrorControllerInterface
Methods
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 40
string
error(
Exception $e)
Default error page
at line 48
string
fatalError(
Exception $e)
500 error page
at line 56
string
notFoundError(
Exception $e)
404 error page
at line 64
string
authorizationError(
Exception $e)
403 error page