We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c84cad9 commit ab82df8Copy full SHA for ab82df8
packages/service-library/src/servicelib/aiohttp/web_exceptions_extension.py
@@ -15,6 +15,8 @@
15
16
from . import status
17
18
+assert issubclass(HTTPError, HTTPException) # nsoec
19
+
20
# NOTE: these are the status codes that DO NOT have an aiohttp.HTTPException associated
21
STATUS_CODES_WITHOUT_AIOHTTP_EXCEPTION_CLASS = (
22
status.HTTP_100_CONTINUE,
0 commit comments