lithium\core\ErrorHandler::isRunning()

public static method

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;
	}