takahe/stator/exceptions.py
2022-12-20 10:17:52 +00:00

6 lines
162 B
Python

class TryAgainLater(BaseException):
"""
Special exception that Stator will catch without error,
leaving a state to have another attempt soon.
"""