Searched defs:system_error (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dexceptions.cpp47 // The "system_error" type.
50 atf::system_error::system_error(const std::string& who, function in class:atf::system_error
58 atf::system_error::~system_error(void)
64 atf::system_error::code(void)
72 atf::system_error::what(void)
84 return "Unable to format system_error message";
101 throw atf::system_error("XXX", msg, ecode);
H A Dexceptions.hpp83 class system_error : public std::runtime_error { class in namespace:atf
88 system_error(const std::string&, const std::string&, int);
89 ~system_error(void) throw();

Completed in 19 milliseconds