Python3 Migrate
This commit is contained in:
13
venv/lib/python3.7/site-packages/pykka/_exceptions.py
Normal file
13
venv/lib/python3.7/site-packages/pykka/_exceptions.py
Normal file
@@ -0,0 +1,13 @@
|
||||
__all__ = ['ActorDeadError', 'Timeout']
|
||||
|
||||
|
||||
class ActorDeadError(Exception):
|
||||
"""Exception raised when trying to use a dead or unavailable actor."""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class Timeout(Exception):
|
||||
"""Exception raised at future timeout."""
|
||||
|
||||
pass
|
||||
Reference in New Issue
Block a user