feat: refactor db calls to url service
This commit is contained in:
8
app/exceptions.py
Normal file
8
app/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