Package Cake\Error
Class summary
- 
	ErrorHandler
- 
	ExceptionRendererException Renderer. 
Exception summary
- 
	BadRequestExceptionRepresents an HTTP 400 error. 
- 
	CacheExceptionException class for Cache. This exception will be thrown from Cache when it encounters an error. 
- 
	CakeExceptionCakeException is used a base class for CakePHP's internal exceptions. In general framework errors are interpreted as 500 code errors. 
- 
	CakeLogExceptionException class for CakeLog. This exception will be thrown from CakeLog when it encounters an error. 
- 
	CakeSessionExceptionException class for CakeSession. This exception will be thrown from CakeSession when it encounters an error. 
- 
	ConfigureExceptionException class for Configure. This exception will be thrown from Configure when it encounters an error. 
- 
	ConsoleExceptionException class for Console libraries. This exception will be thrown from Console library classes when they encounter an error. 
- 
	ForbiddenExceptionRepresents an HTTP 403 error. 
- 
	HttpException
- 
	InternalErrorExceptionRepresents an HTTP 500 error. 
- 
	MethodNotAllowedExceptionRepresents an HTTP 405 error. 
- 
	MissingActionExceptionMissing Action exception - used when a controller action cannot be found. 
- 
	MissingBehaviorExceptionUsed when a behavior cannot be found. 
- 
	MissingComponentExceptionUsed when a component cannot be found. 
- 
	MissingConnectionExceptionUsed when no connections can be found. 
- 
	MissingControllerExceptionMissing Controller exception - used when a controller cannot be found. 
- 
	MissingDatabaseExceptionRuntime Exceptions for ConnectionManager 
- 
	MissingDatasourceConfigExceptionException class to be thrown when a datasource configuration is not found 
- 
	MissingDatasourceExceptionUsed when a datasource cannot be found. 
- 
	MissingHelperExceptionUsed when a helper cannot be found. 
- 
	MissingLayoutExceptionUsed when a layout file cannot be found. 
- 
	MissingModelExceptionException raised when a Model could not be found. 
- 
	MissingPluginExceptionException raised when a plugin could not be found 
- 
	MissingShellExceptionUsed when a shell cannot be found. 
- 
	MissingShellMethodExceptionUsed when a shell method cannot be found. 
- 
	MissingTableExceptionException class to be thrown when a database table is not found in the datasource 
- 
	MissingTaskExceptionUsed when a Task cannot be found. 
- 
	MissingTestLoaderExceptionException raised when a test loader could not be found 
- 
	MissingViewExceptionUsed when a view file cannot be found. 
- 
	NotFoundExceptionRepresents an HTTP 404 error. 
- 
	PrivateActionExceptionPrivate Action exception - used when a controller action starts with a _.
- 
	RouterExceptionException class for Router. This exception will be thrown from Router when it encounters an error. 
- 
	SocketExceptionException class for Socket. This exception will be thrown from CakeSocket, CakeEmail, HttpSocket SmtpTransport, MailTransport and HttpResponse when it encounters an error. 
- 
	UnauthorizedExceptionRepresents an HTTP 401 error. 
- 
	XmlExceptionException class for Xml. This exception will be thrown from Xml when it encounters an error. 
