summaryrefslogtreecommitdiffstats
path: root/askbot/exceptions.py
diff options
context:
space:
mode:
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
+