SentryWebException#
- exception safir.sentry.SentryWebException(message, *, method=None, url=None, user=None, status=None, body=None)#
Bases:
SentryException
Parent class of exceptions arising from HTTPX failures.
Captures additional information from any HTTPX exception. Intended to be subclassed.
- Parameters: