forked from extern/django-helpdesk
Custom exception to handle ignored messages explicitly.
This commit is contained in:
parent
3c4c9ce533
commit
e1085cb370
5
helpdesk/exceptions.py
Normal file
5
helpdesk/exceptions.py
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
class IgnoreTicketException(Exception):
|
||||||
|
"""
|
||||||
|
Raised when an email message is received from a sender who is marked to be ignored
|
||||||
|
"""
|
||||||
|
pass
|
Loading…
Reference in New Issue
Block a user