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.
1 parent 72e89aa commit b4d3243Copy full SHA for b4d3243
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