PHP Класс Tobscure\JsonApi\ErrorHandler

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
handle ( Exception $e ) : Tobscure\JsonApi\Exception\Handler\ResponseBag Handle the exception provided.
registerHandler ( Tobscure\JsonApi\Exception\Handler\ExceptionHandlerInterface $handler ) : void Register a new exception handler.

Описание методов

handle() публичный Метод

Handle the exception provided.
public handle ( Exception $e ) : Tobscure\JsonApi\Exception\Handler\ResponseBag
$e Exception
Результат Tobscure\JsonApi\Exception\Handler\ResponseBag

registerHandler() публичный Метод

Register a new exception handler.
public registerHandler ( Tobscure\JsonApi\Exception\Handler\ExceptionHandlerInterface $handler ) : void
$handler Tobscure\JsonApi\Exception\Handler\ExceptionHandlerInterface
Результат void