handle_error(request, client_address)
This function is called if the handle()
method of a RequestHandlerClass
instance raises an exception. The default action is to print the traceback to standard output and continue handling further requests.
Please login to continue.