This commit is contained in:
Charles Dang 2021-01-22 16:22:07 +11:00
parent 2069b70653
commit b8bf664147

View file

@ -512,7 +512,7 @@ public:
std::string debug() const;
std::string hash() const;
struct error : public game::error, public std::exception {
struct error : public game::error {
error(const std::string& message) : game::error(message) {}
};