cic-internal-integration/apps/cic-eth/cic_eth/db/error.py

10 lines
254 B
Python
Raw Normal View History

2021-02-01 18:12:51 +01:00
class TxStateChangeError(Exception):
"""Raised when an invalid state change of a queued transaction occurs
"""
pass
class UnknownConvertError(Exception):
"""Raised when a non-existent convert to transaction subtask is requested
"""