PHP Class Dietcube\Controller\ErrorController

Inheritance: extends Dietcube\Controller, implements Dietcube\Controller\ErrorControllerInterface
Datei anzeigen Open project: mercari/dietcube

Public Methods

Method Description
internalError ( Exception $error )
methodNotAllowed ( )
notFound ( )

Method Details

internalError() public method

public internalError ( Exception $error )
$error Exception

methodNotAllowed() public method

public methodNotAllowed ( )

notFound() public method

public notFound ( )