aboutsummaryrefslogtreecommitdiff
path: root/include/cru/base/Base.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/base/Base.h')
-rw-r--r--include/cru/base/Base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/base/Base.h b/include/cru/base/Base.h
index 88682c96..fda45f66 100644
--- a/include/cru/base/Base.h
+++ b/include/cru/base/Base.h
@@ -121,7 +121,7 @@ class CRU_BASE_API Exception : public std::exception {
~Exception() override;
public:
- std::string GetUtf8Message() const { return this->message_; }
+ std::string GetMessage() const { return this->message_; }
std::exception* GetInner() const noexcept { return inner_.get(); }