Extends
lithium\core\StaticObject
Unooks `ErrorHandler`'s exception and error handlers, and restores PHP's defaults. May have
unexpected results if it is not matched with a prior call to `run()`, or if other error
handlers are set after a call to `run()`.
Returns
voidSource
public static function stop() {
restore_error_handler();
restore_exception_handler();
static::$_isRunning = false;
}