mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-14 03:11:46 +00:00
db3fc7c53c
Fixes #190, #205
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.
|
|
"""
|