Skip to content

Commit

Permalink
[#632] add CAT_TICKET_USES_EXCEEDED to irods.exception
Browse files Browse the repository at this point in the history
  • Loading branch information
trel authored and alanking committed Sep 30, 2024
1 parent f3c33f3 commit e982023
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions irods/exception.py
Original file line number Diff line number Diff line change
Expand Up @@ -1354,6 +1354,10 @@ class CAT_TICKET_EXPIRED(TicketException):
code = -891000


class CAT_TICKET_USES_EXCEEDED(TicketException):
code = -892000


class MiscException(iRODSException):
pass

Expand Down

0 comments on commit e982023

Please sign in to comment.