Searched refs:file_not_found_error (Results 1 – 6 of 6) sorted by relevance
105 lutok::file_not_found_error::file_not_found_error( in file_not_found_error() function in lutok::file_not_found_error114 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()
71 ATF_TEST_CASE_WITHOUT_HEAD(file_not_found_error);72 ATF_TEST_CASE_BODY(file_not_found_error) in ATF_TEST_CASE_BODY() argument74 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()
68 class file_not_found_error : public error { class73 explicit file_not_found_error(const std::string&);74 virtual ~file_not_found_error(void) throw();
179 ATF_REQUIRE_THROW_RE(lutok::file_not_found_error, "missing.lua", in ATF_TEST_CASE_BODY()
496 throw lutok::file_not_found_error(file); in load_file()
659 ATF_REQUIRE_THROW_RE(lutok::file_not_found_error, "missing.lua", in ATF_TEST_CASE_BODY()