Commit 970760af authored by Lucas Carvalho's avatar Lucas Carvalho

Added upload error class.

parent b959822d
......@@ -172,3 +172,7 @@ class FileNotFound(Exception):
class DirectoryNotFound(Exception):
pass
class UploadError(Exception):
pass
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