(exc_group: BaseExceptionGroup[IgnoredException])
| 137 | msg: str, |
| 138 | ) -> Callable[[BaseExceptionGroup[IgnoredException]], None]: |
| 139 | def _handle(exc_group: BaseExceptionGroup[IgnoredException]) -> None: |
| 140 | logger.opt(colors=True).info(msg) |
| 141 | |
| 142 | return _handle |
| 143 |
nothing calls this directly
no test coverage detected