Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webapp/polls/exceptions.py
diff options
context:
space:
mode:
authorRogelio Mita <rogeliomita@activitycentral.com>2013-02-21 23:46:33 (GMT)
committer Rogelio Mita <rogeliomita@activitycentral.com>2013-02-21 23:46:33 (GMT)
commitaf9555f46d4bf605d52b13c415eb65352de773a8 (patch)
treecdfafaec0733bfccfe781ea161e7cfed4a7847ce /webapp/polls/exceptions.py
parent6470e0d404120530323b549ab1b0e4bcca06f8a2 (diff)
Adding validation to widgets of fields.
Diffstat (limited to 'webapp/polls/exceptions.py')
-rw-r--r--webapp/polls/exceptions.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/polls/exceptions.py b/webapp/polls/exceptions.py
new file mode 100644
index 0000000..15e676c
--- /dev/null
+++ b/webapp/polls/exceptions.py
@@ -0,0 +1,2 @@
+class ValidationError(Exception):
+ pass