Commit 890e25f3 by rfkelly0

add FSClosedError

parent 5e3c7bfe
......@@ -85,6 +85,10 @@ class PermissionDeniedError(OperationFailedError):
default_message = "Unable to %(opname)s: permission denied"
class FSClosedError(OperationFailedError):
default_message = "Unable to %(opname)s: the FS has been closed"
class ResourceError(FSError):
"""Base exception class for error associated with a specific resource."""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment