kopia lustrzana https://github.com/jointakahe/takahe
6 wiersze
162 B
Python
6 wiersze
162 B
Python
|
class TryAgainLater(BaseException):
|
||
|
"""
|
||
|
Special exception that Stator will catch without error,
|
||
|
leaving a state to have another attempt soon.
|
||
|
"""
|