PHP Interface Autarky\Errors\ErrorHandlerInterface

Show file Open project: autarky/framework Interface Usage Examples

Public Methods

Method Description
handle ( Exception $exception ) : Response Handle an exception.

Method Details

handle() public method

Handle an exception.
public handle ( Exception $exception ) : Response
$exception Exception
return Symfony\Component\HttpFoundation\Response