Namespace Phramework\Exceptions
Exceptions summary
| DatabaseException | DatabaseException Used to throw an \Exception, when there is something wrong with a Database request. |
| ForbiddenException | Forbidden |
| IncorrectParametersException | IncorrectParametersException Used to throw an \Exception, when there are some incorrect formed parameters. |
| MethodNotAllowedException | MethodNotAllowedException Used to throw an \Exception, when this method is not allowed to apply to this resource, or the current status of the resource. |
| MissingParametersException | MissingParametersException Used to throw an \Exception, when there are some missing parameters. |
| NotFoundException | Not found exception |
| NotImplementedException | Not Implemented exception |
| PermissionException | PermissionException Used to throw an \Exception, when there requested resource is not available for current user. |
| RequestException | RequestException Used to throw an \Exception, when there is something wrong with the request. |
| ServerException | Server Exception Used to throw an \Exception, when there is a server issue. |
| UnauthorizedException | PermissionException Used to throw an \Exception, when there requested resource is not available for current user. |