Searched defs:ParamTypeError (Results 1 – 2 of 2) sorted by relevance
128 …ParamTypeError(const std::string &name, const std::string &wantType) : name(name), wantType(wantTy… in ParamTypeError() function
99 ParamTypeError(const std::string &errmsg) : errmsg_(errmsg){}; in ParamTypeError() function