yii\base\ErrorHandler::unregister PHP Method

unregister() public method

Unregisters this error handler by restoring the PHP error and exception handlers.
public unregister ( )
    public function unregister()
    {
        restore_error_handler();
        restore_exception_handler();
    }