Searched defs:ThrowingStrategy (Results 1 – 1 of 1) sorted by relevance
15 struct ThrowingStrategy struct17 … void Apply(const std::string& errorMessage = "") { throw UnimplementedException(errorMessage); }; in Apply()