23 va_start(args, message);
24 vsnprintf(msg_buf, 300, message, args);
26 msg = std::string(msg_buf);
28 const char*
what() const noexcept
override {
const char * what() const noexcept override
Definition: IMGException.h:28
Definition: IMGException.h:17
IMGException(const char *message,...)
Definition: IMGException.h:20
IMGException(const std::string &message)
Definition: IMGException.h:19