Searched defs:CustomError (Results 1 – 1 of 1) sorted by relevance
24 class CustomError : public RTTIExtends<CustomError, ErrorInfoBase> { class26 CustomError(int V1) : V1(V1) {} in CustomError() function in __anone27bf3820111::CustomError