monkey_wrench.error package

The package providing utility functions for handling and pretty-printing of error messages.

monkey_wrench.error.pretty_error_logs(func: Callable[[...], ReturnType]) Callable[[...], ReturnType | None][source]

Decorator to catch and log prettier error messages when running in the task runner mode.

Submodules