Exception handling with simplexmlrpcserver - python.
- by silverado
Hello,
Is there any way to handle connection errors with simplexmlrpcserver module? I want to catch any errors within my xmlrpc server to handle them in my own way instead of printing the traceback to stdout.