Searched defs:ProtocError (Results 1 – 2 of 2) sorted by relevance
24 struct ProtocError { struct30 ProtocError() {} in ProtocError() argument31 ProtocError(std::string filename, int line, int column, std::string message) in ProtocError() argument
55 class ProtocError(Exception): class