errors : adds UnknownSSHError

This error is used to report that an unknown error happened during an
invocation of ssh.
This commit is contained in:
2026-01-20 22:22:00 +01:00
parent 23a661107e
commit 8836a0120b

View File

@@ -6,3 +6,6 @@ class RemoteMountedError(BaseException):
class InvalidMountError(BaseException): class InvalidMountError(BaseException):
pass pass
class UnknownSSHError(BaseException):
pass