AloFramework Handlers 2.0 API
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Namespaces

  • AloFramework
    • Handlers
      • Config
      • Output
        • Styles
  • PHP

Classes

  • AbstractConfig
  • ErrorConfig
  • ExceptionConfig

Class ExceptionConfig

Error config class

AloFramework\Config\AbstractConfig
Extended by AloFramework\Handlers\Config\AbstractConfig
Extended by AloFramework\Handlers\Config\ExceptionConfig
Namespace: AloFramework\Handlers\Config
Author: Art a.molcanovas@gmail.com
Since: 1.4.1 property PHPdocs added
Located at class/Config/ExceptionConfig.php

Methods summary

public
# __construct( array $cfg = [] )

Constructor

Constructor

Parameters

$cfg
Default configuration overrides

Author

Art a.molcanovas@gmail.com

Overrides

AloFramework\Handlers\Config\AbstractConfig::__construct

Constants summary

string CFG_EXCEPTION_DEPTH

[INT] How many previous exceptions to echo configuration key

[INT] How many previous exceptions to echo configuration key

# 'prevExceptionDepth'
string CFG_LOG_EXCEPTION_LOCATION

[BOOL] Whether to log where the exception occurred configuration key

[BOOL] Whether to log where the exception occurred configuration key

# 'logExceptionLocation'

Constants inherited from AloFramework\Handlers\Config\AbstractConfig

CFG_BACKGROUND, CFG_CSS_PATH, CFG_FORCE_HTML, CFG_FOREGROUND_ERROR, CFG_FOREGROUND_NOTICE, CFG_FOREGROUND_WARNING, CFG_TRACE_MAX_DEPTH

Properties summary

Magic properties

public integer $prevExceptionDepth

How many previous exceptions to output

public boolean $logExceptionLocation

Whether to include the exception location in the log message

Magic properties inherited from AloFramework\Handlers\Config\AbstractConfig

$bgCli, $cssPath, $fgErr, $fgInfo, $fgWarn, $forceHTML, $regShutdown, $traceDepth

AloFramework Handlers 2.0 API API documentation generated by ApiGen