PhpSandbox\PHPSandbox::getErrorHandler PHP Méthode

getErrorHandler() public méthode

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