We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a68191 + b4d3243 commit 7166600Copy full SHA for 7166600
components/core/src/clp/ffi/encoding_methods.hpp
@@ -26,6 +26,8 @@ class EncodingException : public TraceableException {
26
// Methods
27
[[nodiscard]] char const* what() const noexcept override { return m_message.c_str(); }
28
29
+ // Sth random
30
+
31
private:
32
std::string m_message;
33
};
0 commit comments