diff options
| author | crupest <crupest@outlook.com> | 2021-09-09 17:55:40 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2021-09-09 17:55:40 +0800 |
| commit | 74aee8a6308445604b513ab37812ddc99365aa98 (patch) | |
| tree | 4a0886df82af6baa248e62b97fa585e09be9470d /include/cru/common/Exception.hpp | |
| parent | 700751108257a00ab1a6134fe0ca570acb3269a8 (diff) | |
| download | cru-74aee8a6308445604b513ab37812ddc99365aa98.tar.gz cru-74aee8a6308445604b513ab37812ddc99365aa98.tar.bz2 cru-74aee8a6308445604b513ab37812ddc99365aa98.zip | |
...
Diffstat (limited to 'include/cru/common/Exception.hpp')
| -rw-r--r-- | include/cru/common/Exception.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
