summaryrefslogtreecommitdiffhomepage
path: root/test/python/lifespan/error/asgi.py
blob: 509cb3ee0cd762bb90a32e15b30e7552cf94b798 (plain) (blame)
1
2
3
async def application(scope, receive, send):
    if scope['type'] != 'http':
        raise Exception('Exception blah')