ticket.errors ============= .. py:module:: ticket.errors Exceptions ---------- .. autoapisummary:: ticket.errors.DuplicateHandlerError ticket.errors.InvalidStateChange Module Contents --------------- .. py:exception:: DuplicateHandlerError Bases: :py:obj:`Exception` Raised when a handler with a duplicate id or shortcode exists. .. py:exception:: InvalidStateChange Bases: :py:obj:`Exception` Raised when an invalid state change is executed (e.g. closing an open ticket without the intermediary 'pending' step).