Home
last modified time | relevance | path

Searched defs:integrity_error (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/store/
H A Dexceptions.hpp49 class integrity_error : public error { class
H A Dexceptions_test.cpp45 ATF_TEST_CASE_BODY(integrity_error) in ATF_TEST_CASE_BODY() argument
H A Dexceptions.cpp52 store::integrity_error::integrity_error(const std::string& message) : in integrity_error() function in store::integrity_error