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)

Parameters

Exception $e

Return Value

string

at line 64
string error( Exception $e)

Default error page

Parameters

Exception $e

Return Value

string

at line 81
string fatalError( Exception $e)

500 error page

Parameters

Exception $e

Return Value

string

at line 100
string notFoundError( Exception $e)

404 error page

Parameters

Exception $e

Return Value

string

at line 119
string authorizationError( Exception $e)

403 error page

Parameters

Exception $e

Return Value

string