Ask a question to get started
Enter to send•Shift+Enter new line
The exceptions on which fallbacks should be tried.
Any exception that is not a subclass of these exceptions will be raised immediately.
exceptions_to_handle: tuple[type[BaseException], ...] = (Exception,)