def _dispatch(self, method, params): try: return SSLServer._dispatch(self, method, params) except Exception, e: logger.error(format_exc(e)) raise e