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