PhpSandbox\PHPSandbox::unsetErrorHandler PHP Method

unsetErrorHandler() public method

This function unsets the sandbox error handler.
public unsetErrorHandler ( )
    public function unsetErrorHandler()
    {
        $this->error_handler = null;
        return $this;
    }
PHPSandbox