Class ControllerException
Controller-related exceptions
- Exception
Alo\Exception\AbstractException
Alo\Exception\ControllerException
Namespace:Alo\Exception
Author:Art <a.molcanovas@gmail.com>
Located atsys/class/alo/exception/controllerexception.php
Author:Art <a.molcanovas@gmail.com>
Located atsys/class/alo/exception/controllerexception.php
Methods summary
Methods inherited fromAlo\Exception\AbstractException
Methods inherited fromException
__toString()
,getCode()
,getFile()
,getLine()
,getMessage()
,getPrevious()
,getTrace()
,getTraceAsString()
Magic methods summary
Constants summary
integer | E_DEFAULT_UNDEFINED | 100 | # Code when a default controller is not defined |
integer | E_CONFIG_NOT_FOUND | 101 | # Code when the config file is not found |
integer | E_ERR_NOT_FOUND | 102 | # Code when the error controller is not found |
integer | E_MALFORMED_ROUTES | 103 | # Code when the routes array is malformed |
integer | E_INVALID_ROUTE | 104 | # Code when there's no controller available and the error controller is not set/invalid |