mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-03-05 02:31:42 +01:00
5 lines
151 B
Python
5 lines
151 B
Python
class IgnoreTicketException(Exception):
|
|
"""
|
|
Raised when an email message is received from a sender who is marked to be ignored
|
|
"""
|
|
pass |