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