AbstractEventLoop.default_exception_handler(context)
Default exception handler.
This is called when an exception occurs and no exception handler is set, and can be called by a custom exception handler that wants to defer to the default behavior.
context parameter has the same meaning as in call_exception_handler()
.
Please login to continue.