takahe/stator/exceptions.py

6 lines
162 B
Python
Raw Permalink Normal View History

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