fix exception

This commit is contained in:
chatlanin
2024-07-09 09:45:19 +03:00
parent 4fb6a006ca
commit 6aa693c58e

View File

@@ -80,7 +80,7 @@ namespace hack
} }
private: private:
std::string m_message; std::string m_message { "no valid data" };
std::string m_description; std::string m_description;
std::string m_system_error; std::string m_system_error;
std::string m_location; std::string m_location;