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

5 lines
96 B
Python
Raw Normal View History

2021-02-01 18:12:51 +01:00
class LoopDone(Exception):
"""Exception raised when a syncing is complete.
"""
pass