Searched defs:format_error (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/kyua/model/
H A Dexceptions.cpp52 model::format_error::format_error(const std::string& message) : function in class:model::format_error
H A Dexceptions.hpp54 class format_error : public error { class in namespace:model
H A Dexceptions_test.cpp44 ATF_TEST_CASE_WITHOUT_HEAD(format_error); variable
/freebsd-current/contrib/kyua/engine/
H A Dexceptions.cpp53 engine::format_error::format_error(const std::string& reason_) : function in class:engine::format_error
H A Dexceptions_test.cpp46 ATF_TEST_CASE_WITHOUT_HEAD(format_error); variable
H A Dexceptions.hpp51 class format_error : public error { class in namespace:engine
/freebsd-current/contrib/llvm-project/libcxx/include/__format/
H A Dformat_error.h27 class _LIBCPP_EXPORTED_FROM_ABI format_error : public runtime_error { class in inherits:runtime_error
29 _LIBCPP_HIDE_FROM_ABI explicit format_error(const string& __s) : runtime_error(__s) {} function in class:format_error
30 _LIBCPP_HIDE_FROM_ABI explicit format_error(const char* __s) : runtime_error(__s) {} function in class:format_error
[all...]

Completed in 116 milliseconds