~.dev
Dev
init_dev
init_dev() -> None
Initialize developer mode logic.
log_exception
log_exception(
exc: BaseException, *, context: str | None = None
) -> None
Log an exception with the internal logger.
| PARAMETER | DESCRIPTION |
|---|---|
exc
|
The exception that was raised.
TYPE:
|
context
|
Any necessary context associated with this error.
TYPE:
|