chainsyncer/cic_syncer/error.py
2021-02-03 20:55:39 +01:00

9 lines
138 B
Python

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