diff --git a/pushserver/resources/storage/errors.py b/pushserver/resources/storage/errors.py new file mode 100644 index 0000000..0b5c637 --- /dev/null +++ b/pushserver/resources/storage/errors.py @@ -0,0 +1,2 @@ +class StorageError(Exception): + pass