chainqueue/chainqueue/error.py

5 lines
135 B
Python
Raw Normal View History

2021-04-02 10:48:54 +02:00
class NotLocalTxError(Exception):
"""Exception raised when trying to access a tx not originated from a local task
"""
pass