Additional refactoring

This commit is contained in:
zandercymatics 2024-02-23 12:03:04 -07:00
parent 1a20583b48
commit 527f586419
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 23 additions and 8 deletions

View file

@ -84,6 +84,8 @@ class FSMErrorCodes(IntEnum):
APPROVE_INVESTIGATOR_NOT_STAFF = 3
# (Q for reviewers) What should this be called?
# Not a fan of this name.
class ApplicationStatusError(Exception):
"""
Used to raise exceptions when doing FSM Transitions.