MCPcopy Index your code
hub / github.com/zappa/Zappa / AsyncException

Class AsyncException

zappa/asynchronous.py:130–133  ·  view source on GitHub ↗

Simple exception class for async tasks.

Source from the content-addressed store, hash-verified

128
129
130class AsyncException(Exception): # pragma: no cover
131 """Simple exception class for async tasks."""
132
133 pass
134
135
136class LambdaAsyncResponse:

Callers 3

test_nofails_classesMethod · 0.90
_sendMethod · 0.85
_sendMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_nofails_classesMethod · 0.72