summaryrefslogtreecommitdiffstats
path: root/askbot/exceptions.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-08-26 01:17:00 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-08-26 01:17:00 -0400
commit13938b91e0875f38be59074db37af4d1eba57d51 (patch)
tree2cba49510466300278654d26606b384a59c4f6f6 /askbot/exceptions.py
parent053b69a69ad8aa788f813f382f58d9d1f0fa1b42 (diff)
downloadaskbot-13938b91e0875f38be59074db37af4d1eba57d51.tar.gz
askbot-13938b91e0875f38be59074db37af4d1eba57d51.tar.bz2
askbot-13938b91e0875f38be59074db37af4d1eba57d51.zip
basic account recovery seems to work
Diffstat (limited to 'askbot/exceptions.py')
-rw-r--r--askbot/exceptions.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/askbot/exceptions.py b/askbot/exceptions.py
index 0e7cb712..eb4541bd 100644
--- a/askbot/exceptions.py
+++ b/askbot/exceptions.py
@@ -12,3 +12,9 @@ class DuplicateCommand(exceptions.PermissionDenied):
"""
pass
+class EmailNotSent(exceptions.ImproperlyConfigured):
+ """raised when email cannot be sent
+ due to some mis-configurations on the server
+ """
+ pass
+