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