Home
last modified time | relevance | path

Searched defs:not_found_error (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/atf/dist/tools/
H A Dexceptions.hpp39 class not_found_error : class
54 not_found_error< T >::not_found_error(const std::string& message, in not_found_error() function in tools::not_found_error
/netbsd-src/external/bsd/kyua-cli/dist/engine/
H A Dexceptions.hpp73 class not_found_error : public error { class
H A Dexceptions_test.cpp65 ATF_TEST_CASE_BODY(not_found_error) in ATF_TEST_CASE_BODY() argument
H A Dexceptions.cpp87 engine::not_found_error::not_found_error(const std::string& message) : in not_found_error() function in engine::not_found_error