From 74aee8a6308445604b513ab37812ddc99365aa98 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 9 Sep 2021 17:55:40 +0800 Subject: ... --- include/cru/common/Exception.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/cru/common/Exception.hpp') diff --git a/include/cru/common/Exception.hpp b/include/cru/common/Exception.hpp index 861bf5e9..8864f4df 100644 --- a/include/cru/common/Exception.hpp +++ b/include/cru/common/Exception.hpp @@ -18,4 +18,9 @@ class CRU_BASE_API Exception { private: String message_; }; + +class CRU_BASE_API TextEncodeException : public Exception { + public: + using Exception::Exception; +}; } // namespace cru -- cgit v1.2.3