(
self,
typ: Optional[Type[BaseException]],
value: Optional[BaseException],
tb: Optional[TracebackType],
)
| 89 | pass |
| 90 | |
| 91 | def log_exception( |
| 92 | self, |
| 93 | typ: Optional[Type[BaseException]], |
| 94 | value: Optional[BaseException], |
| 95 | tb: Optional[TracebackType], |
| 96 | ) -> None: |
| 97 | pass |
| 98 | |
| 99 | |
| 100 | _default_max_message_size = 10 * 1024 * 1024 |
no outgoing calls
no test coverage detected