Skip to content

_sandboxremote.py: Use the standard SandboxError

Jim MacArthur requested to merge jmac/remote-sandbox-errors into master

Description

A custom SandboxError class was added during development and should have been replaced with the standard one from _exceptions.py, but made it into master. This removes it and uses the one from _exceptions.py.

Proposed changes

Changes proposed in this merge request:

  • Remove custom SandboxError class in _sandboxremote.py

This merge request, when approved, will close: #746 (closed)


Merge request reports