Ergo\Error\ErrorProxy::unregister PHP Method

unregister() public method

Attempts to unregister the error handler, restores the previous
public unregister ( )
    function unregister()
    {
        restore_error_handler();
        restore_exception_handler();
        $this->_registered = false;
        return $this;
    }