takahe/stator/exceptions.py

6 wiersze
162 B
Python

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