mirror of
https://github.com/jointakahe/takahe.git
synced 2025-02-16 15:45:14 +00:00
5 lines
162 B
Python
5 lines
162 B
Python
class TryAgainLater(BaseException):
|
|
"""
|
|
Special exception that Stator will catch without error,
|
|
leaving a state to have another attempt soon.
|
|
"""
|