Home
last modified time | relevance | path

Searched defs:unknown_key_error (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/utils/config/
H A Dexceptions.hpp68 class unknown_key_error : public error { class
H A Dexceptions.cpp87 config::unknown_key_error::unknown_key_error(const detail::tree_key& key, in unknown_key_error() function in config::unknown_key_error