Ask a question to get started
Enter to sendā¢Shift+Enter new line
log_error_once( method: str, exception: Exception, ) -> None
method
str
The method that raised the exception.
exception
Exception
The exception that was raised.
Log an error once.