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

/freebsd-13-stable/contrib/lutok/
H A Dexceptions.hpp68 class file_not_found_error : public error { class in namespace:lutok
73 explicit file_not_found_error(const std::string&);
74 virtual ~file_not_found_error(void) throw();
H A Dexceptions.cpp105 lutok::file_not_found_error::file_not_found_error( function in class:lutok::file_not_found_error
114 lutok::file_not_found_error::~file_not_found_error(void) throw()
123 lutok::file_not_found_error::filename(void) const
H A Dexceptions_test.cpp71 ATF_TEST_CASE_WITHOUT_HEAD(file_not_found_error); variable
72 ATF_TEST_CASE_BODY(file_not_found_error)
74 const lutok::file_not_found_error e("missing-file");
87 ATF_ADD_TEST_CASE(tcs, file_not_found_error);
H A Doperations_test.cpp200 ATF_REQUIRE_THROW_RE(lutok::file_not_found_error, "missing.lua",
H A Dstate.cpp489 /// \throw file_not_found_error If the file cannot be accessed.
496 throw lutok::file_not_found_error(file);
H A Dstate_test.cpp550 ATF_REQUIRE_THROW_RE(lutok::file_not_found_error, "missing.lua",

Completed in 178 milliseconds