This commit is contained in:
filimonov 2022-11-14 22:06:22 +01:00 committed by GitHub
parent 19d39d7881
commit 8369998286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,8 @@ public:
Exception() = default;
// used to remove the sensitive information from exceptions if query_masking_rules is configured
struct MessageMasked {
struct MessageMasked
{
std::string msg;
MessageMasked(const std::string & msg_);
};