iro/error.py
branchdevel
changeset 135 f8640c663e3e
parent 129 d6704178a18f
child 154 fb614eb7627e
--- a/iro/error.py	Mon Feb 06 14:39:33 2012 +0100
+++ b/iro/error.py	Tue Feb 07 01:56:59 2012 +0100
@@ -51,3 +51,10 @@
         self.number = number
         msg = "No valid email: '%s'"%(number)
         ValidateException.__init__(self, 702, field, msg)
+
+
+class NoRoute(Exception):
+    pass
+
+class RejectRecipient(Exception):
+    pass