Represents an HTTP 400 error.
Represents an HTTP 409 error.
Represents an HTTP 403 error.
Represents an HTTP 410 error.
Parent class for all of the HTTP related exceptions in CakePHP. All HTTP status/error related exceptions should extend this class so catch blocks can be specifically typed.
Represents an HTTP 500 error.
Represents an HTTP 403 error caused by an invalid CSRF token
Represents an HTTP 405 error.
Represents an HTTP 406 error.
Represents an HTTP 404 error.
Not Implemented Exception - used when an API method is not implemented
Represents an HTTP 503 error.
Represents an HTTP 401 error.
Represents an HTTP 451 error.