PhpSandbox\PHPSandbox::getErrorHandler PHP Method

getErrorHandler() public method

This function returns the sandbox error handler.
public getErrorHandler ( ) : null | callable
return null | callable
    public function getErrorHandler()
    {
        return $this->error_handler;
    }
PHPSandbox