web/_exceptions.py
changeset 3387 a357d4147eee
parent 1977 606923dff11b
child 4252 6c4f109c2b03
--- a/web/_exceptions.py	Wed Aug 05 09:14:34 2009 +0200
+++ b/web/_exceptions.py	Wed Aug 05 09:15:56 2009 +0200
@@ -19,6 +19,10 @@
 class NothingToEdit(RequestError):
     """raised when an edit request doesn't specify any eid to edit"""
 
+class ProcessFormError(RequestError):
+    """raised when posted data can't be processed by the corresponding field
+    """
+
 class NotFound(RequestError):
     """raised when a 404 error should be returned"""