Searched refs:protocolError (Results 1 – 1 of 1) sorted by relevance
76 protocolError("wrong number of params")79 protocolError("not function")105 self.protocolError("unknown command " + str(cmd))200 def protocolError(self, message): member in CommandHandler