PHP Interface Dietcube\Controller\ErrorControllerInterface

Show file 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 ( )