ℹ️ These docs are for the v2.0 version of Galileo. Documentation for v1.0 version can be found here.
def warn_catch_exception(logger: Logger = logging.getLogger(__name__), exception: type[Exception] = Exception) -> Any
exception
logger
def async_warn_catch_exception(logger: Logger = logging.getLogger(__name__), exception: type[Exception] = Exception) -> Any
Was this page helpful?