Searched defs:escaped_list_error (Results 1 – 1 of 1) sorted by relevance
89 struct escaped_list_error : public std::runtime_error{ struct90 escaped_list_error(const std::string& what_arg):std::runtime_error(what_arg) { } in escaped_list_error() function