Add classes for error handling
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class RemoteMountedError(BaseException):
|
||||
pass
|
||||
|
||||
class InvalidMountError(BaseException):
|
||||
pass
|
||||
Reference in New Issue
Block a user