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.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/fbin/file_storage/exceptions.py b/fbin/file_storage/exceptions.py
index 140221b..e949f20 100644
--- a/fbin/file_storage/exceptions.py
+++ b/fbin/file_storage/exceptions.py
@@ -1,2 +1,6 @@
-class StorageError(Exception): pass
-class FileSizeError(StorageError): pass
+class StorageError(Exception):
+ pass
+
+
+class FileSizeError(StorageError):
+ pass