PhpSandbox\PHPSandbox::getExceptionHandler PHP Méthode

getExceptionHandler() public méthode

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