reman3/game_re/r3/binders/stub.cxx

5 lines
130 B
C++

#include <spdlog/spdlog.h>
GHStubException::GHStubException(const char *msg) : std::exception(msg) {
SPDLOG_ERROR("{}", msg);
}