Home
last modified time | relevance | path

Searched refs:file_not_found_error (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/lutok/dist/
H A Dexceptions.cpp105 lutok::file_not_found_error::file_not_found_error( in file_not_found_error() function in lutok::file_not_found_error
114 lutok::file_not_found_error::~file_not_found_error(void) throw() in ~file_not_found_error()
123 lutok::file_not_found_error::filename(void) const in filename()
H A Dexceptions_test.cpp71 ATF_TEST_CASE_WITHOUT_HEAD(file_not_found_error);
72 ATF_TEST_CASE_BODY(file_not_found_error) in ATF_TEST_CASE_BODY() argument
74 const lutok::file_not_found_error e("missing-file"); in ATF_TEST_CASE_BODY()
87 ATF_ADD_TEST_CASE(tcs, file_not_found_error); in ATF_INIT_TEST_CASES()
H A Dexceptions.hpp68 class file_not_found_error : public error { class
73 explicit file_not_found_error(const std::string&);
74 virtual ~file_not_found_error(void) throw();
H A Doperations_test.cpp179 ATF_REQUIRE_THROW_RE(lutok::file_not_found_error, "missing.lua", in ATF_TEST_CASE_BODY()
H A Dstate.cpp496 throw lutok::file_not_found_error(file); in load_file()
H A Dstate_test.cpp659 ATF_REQUIRE_THROW_RE(lutok::file_not_found_error, "missing.lua", in ATF_TEST_CASE_BODY()