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