Files
mayan-edms/apps/queue_manager/exceptions.py
2012-07-29 05:31:45 -04:00

7 lines
95 B
Python

class QueueException(Exception):
pass
class QueuePushError(QueueException):
pass