On this page
Namespace Cake\Network\Exception
Exception summary
- BadRequestException- Represents an HTTP 400 error. 
- ConflictException- Represents an HTTP 409 error. 
- ForbiddenException- Represents an HTTP 403 error. 
- GoneException- Represents an HTTP 410 error. 
- HttpException- 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. 
- InternalErrorException- Represents an HTTP 500 error. 
- InvalidCsrfTokenException- Represents an HTTP 403 error caused by an invalid CSRF token 
- MethodNotAllowedException- Represents an HTTP 405 error. 
- NotAcceptableException- Represents an HTTP 406 error. 
- NotFoundException- Represents an HTTP 404 error. 
- NotImplementedException- Not Implemented Exception - used when an API method is not implemented 
- ServiceUnavailableException- Represents an HTTP 503 error. 
- SocketException- Exception class for Socket. This exception will be thrown from Socket, Email, HttpSocket SmtpTransport, MailTransport and HttpResponse when it encounters an error. 
- UnauthorizedException- Represents an HTTP 401 error. 
© 2005–2016 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.
 http://api.cakephp.org/3.1/namespace-Cake.Network.Exception.html