Searched defs:empty_exception (Results 1 – 1 of 1) sorted by relevance
153 struct empty_exception : utree_exception struct155 char const* msg;157 empty_exception(char const* error) : msg(error) {} in empty_exception() argument159 virtual ~empty_exception() BOOST_NOEXCEPT_OR_NOTHROW {} in ~empty_exception()161 virtual char const* what() const BOOST_NOEXCEPT_OR_NOTHROW in what()