AloFramework documentation
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Namespaces

  • Alo
    • Cache
    • CLI
    • Controller
    • Db
    • Exception
    • FileSystem
    • Session
    • Statics
    • Test
    • Validators
    • Windows
  • Controller
  • None
  • PHP

Exceptions

  • AbstractException
  • ControllerException
  • CronException
  • ExtensionException
  • FileException
  • FileSystemException
  • OSException
  • ProfilerException
  • SFTPException
  • TesterException

Class ControllerException

Controller-related exceptions

Exception
Extended by Alo\Exception\AbstractException
Extended by Alo\Exception\ControllerException
Namespace: Alo\Exception
Author: Art <a.molcanovas@gmail.com>
Located at sys/class/alo/exception/controllerexception.php

Methods summary

Methods inherited from Alo\Exception\AbstractException

__construct()

Methods inherited from Exception

__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

Code when a default controller is not defined

integer E_CONFIG_NOT_FOUND 101
#

Code when the config file is not found

Code when the config file is not found

integer E_ERR_NOT_FOUND 102
#

Code when the error controller is not found

Code when the error controller is not found

integer E_MALFORMED_ROUTES 103
#

Code when the routes array is malformed

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

Code when there's no controller available and the error controller is not set/invalid

Properties summary

Properties inherited from Exception

$code, $file, $line, $message

AloFramework documentation API documentation generated by ApiGen 2.8.0