fix exception
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user