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

Namespaces

  • Alo
    • Cache
    • CLI
    • Controller
    • Db
      • Query
    • Exception
    • FileSystem
    • Session
    • Traversables
    • Validators
    • Windows
  • Controller
  • None
  • PHP

Exceptions

  • AbstractException
  • ControllerException
  • CronException
  • ExtensionException
  • FileSystemException
  • LibraryException
  • ORMException
  • OSException
  • ProfilerException
  • SFTPException
  • TesterException

Class ControllerException

Controller-related exceptions

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

Methods summary

Methods inherited fromAlo\Exception\AbstractException

__construct()

Methods inherited fromException

__toString(),getCode(),getFile(),getLine(),getMessage(),getPrevious(),getTrace(),getTraceAsString()

Magic methods summary

Constants summary

integerE_DEFAULT_UNDEFINED100
#

Code when a default controller is not defined

Code when a default controller is not defined

integerE_CONFIG_NOT_FOUND101
#

Code when the config file is not found

Code when the config file is not found

integerE_ERR_NOT_FOUND102
#

Code when the error controller is not found

Code when the error controller is not found

integerE_MALFORMED_ROUTES103
#

Code when the routes array is malformed

Code when the routes array is malformed

integerE_INVALID_ROUTE104
#

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 fromException

$code,$file,$line,$message

AloFramework documentation API documentation generated byApiGen 2.8.0