16 NotImplemented(std::string t_functionality,
17 const std::string& t_method_to_override) : Exception(
18 std::move(t_functionality) +
" is not implemented. "
19 "If you wish to implement it, please override the "
20 + t_method_to_override +
" method.") {