Method | Description | |
---|---|---|
handle ( Exception $e ) : Tobscure\JsonApi\Exception\Handler\ResponseBag | Handle the provided exception. | |
manages ( Exception $e ) : boolean | If the exception handler is able to format a response for the provided exception, then the implementation should return true. |
public handle ( Exception $e ) : Tobscure\JsonApi\Exception\Handler\ResponseBag | ||
$e | Exception | |
return | Tobscure\JsonApi\Exception\Handler\ResponseBag |