def async_warn_catch_exception(logger: Logger=logging.getLogger(__name__), exception: type[Exception]=Exception) -> Any
exception
logger
Callable
def warn_catch_exception(logger: Logger=logging.getLogger(__name__), exception: type[Exception]=Exception) -> Any
Was this page helpful?