feat: add frontend project to repo
This commit is contained in:
8
backend/exceptions.py
Normal file
8
backend/exceptions.py
Normal file
@@ -0,0 +1,8 @@
|
||||
class ShortcodeConflict(Exception):
|
||||
pass
|
||||
|
||||
class ShortcodeNotFound(Exception):
|
||||
pass
|
||||
|
||||
class InvalidShortcode(Exception):
|
||||
pass
|
||||
Reference in New Issue
Block a user