aboutsummaryrefslogtreecommitdiff
path: root/include/cru/base
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/base')
-rw-r--r--include/cru/base/Exception.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cru/base/Exception.h b/include/cru/base/Exception.h
index 4fcd96ad..6f0727ce 100644
--- a/include/cru/base/Exception.h
+++ b/include/cru/base/Exception.h
@@ -31,6 +31,7 @@ class CRU_BASE_API Exception : public std::exception {
protected:
void SetMessage(std::string message) { message_ = std::move(message); }
+ void AppendMessage(const std::string& additional_message);
void AppendMessage(std::string_view additional_message);
void AppendMessage(std::optional<std::string_view> additional_message);