mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-25 01:13:31 +01:00
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