django-helpdeskmig/helpdesk/exceptions.py

5 lines
151 B
Python
Raw Normal View History

class IgnoreTicketException(Exception):
"""
Raised when an email message is received from a sender who is marked to be ignored
"""
pass