lithium\core\ErrorHandler::isRunning()
Returns the state of the ErrorHandler
, indicating whether or not custom error/exception
handers have been regsitered.
Source
public static function isRunning() {
return static::$_isRunning;
}
Returns the state of the ErrorHandler
, indicating whether or not custom error/exception
handers have been regsitered.
public static function isRunning() {
return static::$_isRunning;
}