mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-26 18:51:04 +08:00
parent
6992831c1c
commit
dc5aa4ad7f
@ -43,7 +43,7 @@ public:
|
||||
~Exception() throw() override;
|
||||
char const* what() const throw() override;
|
||||
protected:
|
||||
std::string const msg_;
|
||||
std::string msg_;
|
||||
};
|
||||
|
||||
/** Exceptions which the user cannot easily avoid.
|
||||
|
Loading…
x
Reference in New Issue
Block a user