1 #include "hmbdc/Copyright.hpp" 7 #define HMBDC_THROW(Exception, x) {\ 8 std::ostringstream os;\ 9 os << x << " at " << __FILE__ << ':' << __LINE__;\ 10 throw Exception(os.str()); \ 17 char const* what()
const noexcept
override {
18 return "Unknown excpetion";
25 sprintf(code,
"%d", c);
27 char const* what()
const noexcept
override {
Definition: Exception.hpp:14
Definition: Exception.hpp:22
Definition: Client.hpp:11