When RPC methods raises an exception there is always the same reply returned: `INFO jsonrpcclient.client.response: {"jsonrpc": "2.0", "error": {"code": -32000, "message": "Server error"}, "id": 2}` It would be great if 'message' could contain str(exception) that was thrown by called method.