Returns the state of the `ErrorHandler`, indicating whether or not custom error/exception handers have been regsitered.

Returns

void

Source

						public static function isRunning() {
		return static::$_isRunning;
	}