PHP Interface Autarky\Errors\ErrorHandlerInterface

显示文件 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