summaryrefslogtreecommitdiff
path: root/fbin/file_storage/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'fbin/file_storage/exceptions.py')
-rw-r--r--fbin/file_storage/exceptions.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/fbin/file_storage/exceptions.py b/fbin/file_storage/exceptions.py
new file mode 100644
index 0000000..140221b
--- /dev/null
+++ b/fbin/file_storage/exceptions.py
@@ -0,0 +1,2 @@
+class StorageError(Exception): pass
+class FileSizeError(StorageError): pass