errors : adds UnknownSSHError
This error is used to report that an unknown error happened during an invocation of ssh.
This commit is contained in:
@@ -6,3 +6,6 @@ class RemoteMountedError(BaseException):
|
||||
|
||||
class InvalidMountError(BaseException):
|
||||
pass
|
||||
|
||||
class UnknownSSHError(BaseException):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user