Home
last modified time | relevance | path

Searched refs:old_schema_error (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/kyua/store/
H A Dexceptions.cpp67 store::old_schema_error::old_schema_error(const int version) : in old_schema_error() function in store::old_schema_error
76 store::old_schema_error::~old_schema_error(void) throw() in ~old_schema_error()
85 store::old_schema_error::old_version(void) const in old_version()
H A Dexceptions_test.cpp52 ATF_TEST_CASE_WITHOUT_HEAD(old_schema_error);
53 ATF_TEST_CASE_BODY(old_schema_error) in ATF_TEST_CASE_BODY() argument
55 const store::old_schema_error e(15); in ATF_TEST_CASE_BODY()
64 ATF_ADD_TEST_CASE(tcs, old_schema_error); in ATF_INIT_TEST_CASES()
H A Dexceptions.hpp57 class old_schema_error : public error { class
62 explicit old_schema_error(const int);
63 virtual ~old_schema_error(void) throw();
H A Dread_backend.cpp94 throw old_schema_error(database_version); in impl()
/freebsd/contrib/kyua/cli/
H A Dmain.cpp314 } catch (const store::old_schema_error& e) { in main()