Skip to content

Commit b4d3243

Browse files
committed
.
1 parent 72e89aa commit b4d3243

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/core/src/clp/ffi/encoding_methods.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ class EncodingException : public TraceableException {
2626
// Methods
2727
[[nodiscard]] char const* what() const noexcept override { return m_message.c_str(); }
2828

29+
// Sth random
30+
2931
private:
3032
std::string m_message;
3133
};

0 commit comments

Comments
 (0)