Package Cake\Error
Class summary
-
ErrorHandler
Error Handler provides basic error and exception handling for your application. It captures and handles all unhandled exceptions and errors. Displays helpful framework errors when debug > 1.
-
ExceptionRenderer
Exception Renderer.
Exception summary
-
AclException
Exception class for AclComponent and Interface implementations.
-
BadRequestException
Represents an HTTP 400 error.
-
CacheException
Exception class for Cache. This exception will be thrown from Cache when it encounters an error.
-
CakeBaseException
Base class that all Exceptions extend.
-
CakeException
CakeException is used a base class for CakePHP's internal exceptions. In general framework errors are interpreted as 500 code errors.
-
CakeLogException
Exception class for CakeLog. This exception will be thrown from CakeLog when it encounters an error.
-
CakeSessionException
Exception class for CakeSession. This exception will be thrown from CakeSession when it encounters an error.
-
ConfigureException
Exception class for Configure. This exception will be thrown from Configure when it encounters an error.
-
ConsoleException
Exception class for Console libraries. This exception will be thrown from Console library classes when they encounter an error.
-
FatalErrorException
Represents a fatal error
-
ForbiddenException
Represents an HTTP 403 error.
-
HttpException
Base class that all Exceptions extend.
-
InternalErrorException
Represents an HTTP 500 error.
-
MethodNotAllowedException
Represents an HTTP 405 error.
-
MissingActionException
Missing Action exception - used when a controller action cannot be found.
-
MissingBehaviorException
Used when a behavior cannot be found.
-
MissingComponentException
Used when a component cannot be found.
-
MissingConnectionException
Used when no connections can be found.
-
MissingControllerException
Missing Controller exception - used when a controller cannot be found.
-
MissingDatabaseException
Runtime Exceptions for ConnectionManager
-
MissingDatasourceConfigException
Exception class to be thrown when a datasource configuration is not found
-
MissingDatasourceException
Used when a datasource cannot be found.
-
MissingDispatcherFilterException
Exception raised when a Dispatcher filter could not be found
-
MissingHelperException
Used when a helper cannot be found.
-
MissingLayoutException
Used when a layout file cannot be found.
-
MissingModelException
Exception raised when a Model could not be found.
-
MissingPluginException
Exception raised when a plugin could not be found
-
MissingShellException
Used when a shell cannot be found.
-
MissingShellMethodException
Used when a shell method cannot be found.
-
MissingTableException
Exception class to be thrown when a database table is not found in the datasource
-
MissingTaskException
Used when a Task cannot be found.
-
MissingTestLoaderException
Exception raised when a test loader could not be found
-
MissingViewException
Used when a view file cannot be found.
-
NotFoundException
Represents an HTTP 404 error.
-
NotImplementedException
Not Implemented Exception - used when an API method is not implemented
-
PrivateActionException
Private Action exception - used when a controller action starts with a
_
. -
RouterException
Exception class for Router. This exception will be thrown from Router when it encounters an error.
-
SocketException
Exception class for Socket. This exception will be thrown from CakeSocket, CakeEmail, HttpSocket SmtpTransport, MailTransport and HttpResponse when it encounters an error.
-
UnauthorizedException
Represents an HTTP 401 error.
-
XmlException
Exception class for Xml. This exception will be thrown from Xml when it encounters an error.