Add classes for error handling

This commit is contained in:
2025-12-30 17:54:47 +01:00
parent 8caba75060
commit 4f6f48247d

5
src/unisync/errors.py Normal file
View File

@@ -0,0 +1,5 @@
class RemoteMountedError(BaseException):
pass
class InvalidMountError(BaseException):
pass