PhpSandbox\PHPSandbox::getExceptionHandler PHP Method

getExceptionHandler() public method

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