PHP Flugg\Responder\Exceptions\Http Пространство имен

Классы

Имя Описание
ApiException An abstract base exception used for any API related exceptions. All exceptions thrown that extends this class will automatically be converted to JSON responses if using the \Flugg\Responder\Traits\HandlesApiErrors trait in your exception handler.
RelationNotFoundException An exception replacing Laravel's Illuminate\Database\Eloquent\RelationNotFoundException.
ResourceNotFoundException An exception replacing Laravel's \Illuminate\Database\Eloquent\ModelNotFoundException.
UnauthenticatedException An exception replacing Laravel's \Illuminate\Auth\AuthenticationException.
UnauthorizedException An exception replacing Laravel's \Illuminate\Auth\Access\AuthorizationException.
ValidationFailedException An exception replacing Laravel's \Illuminate\Validation\ValidationException.