Add queue manager app
This commit is contained in:
6
apps/queue_manager/exceptions.py
Normal file
6
apps/queue_manager/exceptions.py
Normal file
@@ -0,0 +1,6 @@
|
||||
class QueueException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class QueuePushError(QueueException):
|
||||
pass
|
||||
Reference in New Issue
Block a user