index
:
pyfbin
jabless
master
Python file bin
Jon Bergli Heier
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fbin
/
file_storage
/
exceptions.py
blob: 140221b9741d31a5047d3e98f5b5cab4accfdf09 (
plain
)
1
2
class StorageError(Exception): pass class FileSizeError(StorageError): pass