starting work on websocket chat reader

This commit is contained in:
Ikatono
2024-05-27 13:53:31 -05:00
parent 230f382015
commit 5451a1151c
13 changed files with 620 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ public:
private:
const TierRow::IdType _id;
const std::string _what;
const QByteArray _what;
};
class InvalidCardIdException : public InvalidIdException
@@ -33,7 +33,7 @@ public:
private:
const TierCard::IdType _id;
const std::string _what;
const QByteArray _what;
};
#endif // INVALIDIDEXCEPTION_HPP