Skip to content

~.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: BaseException

context

Any necessary context associated with this error.

TYPE: str | None DEFAULT: None