Ask a question to get started
Enter to sendā¢Shift+Enter new line
log_and_raise( error: Exception, operation: str, logger_instance: Optional[logging.Logger] =
error
Exception
operation
str
logger_instance
Optional[logging.Logger]
None
Log error and re-raise it.
The exception that occurred
Description of the operation that failed
Specific logger to use (defaults to module logger)