Exceptions
Table of Contents
Classes
- BaseException
- This is the base exception class that all other exceptions must extend.
- CommandException
- This exception is thrown when a cli command fails.
- ControllerException
- This exception is thrown controller parsing fails in anyway
- DatabaseException
- This exception is thrown when an error occurs during database connection establishment.
- FailedRequiredException
- This exception is thrown when a required field is not provided in the request
- InvalidDataException
- This exception is thrown when a regular expression fails and we are in the exceptions mode.
- InvalidProviderException
- This exception is thrown when a cli command fails.
- LimitPaginationException
- This exception is thrown when a limit is provided in a paginated query using the Pagination class
- NotFoundException
- Thrown when a resource is not found
- OffsetPaginationException
- This exception is thrown when an offset is passed in a paginated query using the Pagination class
- ResourceNotFoundException
- This exception is thrown when a service requested is not found.
- RestParseException
- This exception is thrown when an error occurs during REST parsing.
- RestPHPException
- This exception is thrown when an error occurs during REST parsing.
- UserUnauthenticatedException
- This exception is thrown when one tries to access a protected resource without being authenticated
- UserUnauthorizedException
- This exception is thrown when a user is not authorized to access a resource