Namespace Cake\Http\Exception
Classes summary
-
UnauthorizedException
Represents an HTTP 401 error.
-
ConflictException
Represents an HTTP 409 error.
-
ServiceUnavailableException
Represents an HTTP 503 error.
-
MissingControllerException
Missing Controller exception - used when a controller cannot be found.
-
InternalErrorException
Represents an HTTP 500 error.
-
MethodNotAllowedException
Represents an HTTP 405 error.
-
HttpException
Parent class for all of the HTTP related exceptions in CakePHP.
-
UnavailableForLegalReasonsException
Represents an HTTP 451 error.
-
BadRequestException
Represents an HTTP 400 error.
-
GoneException
Represents an HTTP 410 error.
-
NotImplementedException
Not Implemented Exception - used when an API method is not implemented
-
InvalidCsrfTokenException
Represents an HTTP 403 error caused by an invalid CSRF token
-
NotFoundException
Represents an HTTP 404 error.
-
NotAcceptableException
Represents an HTTP 406 error.
-
ForbiddenException
Represents an HTTP 403 error.
-
RedirectException
An exception subclass used by routing and application code to trigger a redirect.
© 2005–present The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/4.1/namespace-Cake.Http.Exception.html