ds_stoa.utils.exceptions._handler ================================= .. py:module:: ds_stoa.utils.exceptions._handler .. autoapi-nested-parse:: Exception handling module. Functions --------- .. autoapisummary:: ds_stoa.utils.exceptions._handler.enrich_http_exception Module Contents --------------- .. py:function:: enrich_http_exception(exc: requests.exceptions.HTTPError) -> None Enriches an HTTP exception with additional context without re-raising it. :param exc: Exception :return: None