PhpSandbox\PHPSandbox::unsetExceptionHandler PHP Method

unsetExceptionHandler() public method

This function unsets the sandbox exception handler.
    public function unsetExceptionHandler()
    {
        $this->exception_handler = null;
        return $this;
    }
PHPSandbox