Everything under Quiote\Exception.
| Class | Description |
|---|
CacheException | CacheException is thrown when ConfigCache fails to execute properly. |
ClassNotFoundException | ClassNotFoundException is thrown when a class could not be found. |
ConfigurationException | ConfigurationException is thrown when the framework finds an error in a configuration setting. |
ControllerException | ControllerException is thrown when a requested Controller implementation doesn’t exist. |
DatabaseException | DatabaseException is thrown when a database related error occurs. |
DisabledModuleException | DisabledModuleException is thrown when Controller::initializeModule gets called on a disabled module |
FactoryException | FactoryException is thrown when an error occurs while attempting to create a new factory implementation instance. |
FileException | FileException is thrown when an error occurs while moving an uploaded file. |
FileNotFoundException | FileNotFoundException is thrown when a file could not be found. |
InitializationException | InitializationException is thrown when an initialization procedure fails. |
LoggingException | LoggingException is thrown when a logging related error occurs. |
ParseException | ParseException is thrown when a parsing procedure fails to complete successfully. |
QuioteException | QuioteException is the base class for all Quiote related exceptions. |
RenderException | RenderException is thrown when a view’s pre-render check fails. |
SecurityException | SecurityException is thrown when a security related error occurs. |
StorageException | StorageException is thrown when a requested Storage implementation doesn’t exist or data cannot be read from or written to the storage. |
UncacheableException | UncacheableException can be thrown by cache group callbacks to signal to the framework’s execution filter that no caching should occur. |
UnreadableException | UnreadableException is thrown when a configuration file could not be found or is unreadable. |
UnvalidatedParameterAccessException | Raised by WebRequest::getParameter() when a parameter that no validator declared is read without a default. |
ValidatorException | ValidatorException is thrown when an error occurs in a validator. |
ViewException | ViewException is thrown when an error occurs in a view. |