Add queue manager app

This commit is contained in:
Roberto Rosario
2012-07-29 05:31:45 -04:00
parent e442979ff2
commit 9c6f10cc1c
7 changed files with 201 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
class QueueException(Exception):
pass
class QueuePushError(QueueException):
pass