Skip to content

Exception

Everything under Quiote\Exception.

ClassDescription
CacheExceptionCacheException is thrown when ConfigCache fails to execute properly.
ClassNotFoundExceptionClassNotFoundException is thrown when a class could not be found.
ConfigurationExceptionConfigurationException is thrown when the framework finds an error in a configuration setting.
ControllerExceptionControllerException is thrown when a requested Controller implementation doesn’t exist.
DatabaseExceptionDatabaseException is thrown when a database related error occurs.
DisabledModuleExceptionDisabledModuleException is thrown when Controller::initializeModule gets called on a disabled module
FactoryExceptionFactoryException is thrown when an error occurs while attempting to create a new factory implementation instance.
FileExceptionFileException is thrown when an error occurs while moving an uploaded file.
FileNotFoundExceptionFileNotFoundException is thrown when a file could not be found.
InitializationExceptionInitializationException is thrown when an initialization procedure fails.
LoggingExceptionLoggingException is thrown when a logging related error occurs.
ParseExceptionParseException is thrown when a parsing procedure fails to complete successfully.
QuioteExceptionQuioteException is the base class for all Quiote related exceptions.
RenderExceptionRenderException is thrown when a view’s pre-render check fails.
SecurityExceptionSecurityException is thrown when a security related error occurs.
StorageExceptionStorageException is thrown when a requested Storage implementation doesn’t exist or data cannot be read from or written to the storage.
UncacheableExceptionUncacheableException can be thrown by cache group callbacks to signal to the framework’s execution filter that no caching should occur.
UnreadableExceptionUnreadableException is thrown when a configuration file could not be found or is unreadable.
UnvalidatedParameterAccessExceptionRaised by WebRequest::getParameter() when a parameter that no validator declared is read without a default.
ValidatorExceptionValidatorException is thrown when an error occurs in a validator.
ViewExceptionViewException is thrown when an error occurs in a view.
NamespaceContents
Rendering6 types