cic-stack/apps/cic-eth/cic_eth/sync/error.py

5 lines
96 B
Python

class LoopDone(Exception):
"""Exception raised when a syncing is complete.
"""
pass