Exceptions
Interfaces, Classes and Traits
- ExceptionInterface
- Provides a domain-level interface for broad capture of all framework-related exceptions.
- AlertError
- Error: Action must be taken immediately (system/db down, etc)
- CastException
- Cast Exceptions.
- ConfigException
- Exception for automatic logging.
- CriticalError
- Error: Critical conditions, like component unavailable, etc.
- DownloadException
- Class DownloadException
- EmergencyError
- Error: system is unusable
- FrameworkException
- Class FrameworkException
- ModelException
- Model Exceptions.
- PageNotFoundException
- DebugTraceableTrait
- This trait provides framework exceptions the ability to pinpoint accurately where the exception was raised rather than instantiated.