mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-22 15:21:01 +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.
|
||
|
"""
|