|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <json.h>
Public Member Functions | |
| Exception (std::string const &msg) | |
| ~Exception () override throw () | |
| char const * | what () const override throw () |
Protected Attributes | |
| std::string | msg_ |
Base class for all exceptions we throw.
We use nothing but these internally. Of course, STL can throw others.
| Exception::Exception | ( | std::string const & | msg | ) |
|
override | |||||||||||||
|
override | |||||||||||||
|
protected |
1.8.13