|
LoveBrains
1.0.0
|
#include <json.h>
Public Member Functions | |
| Exception (std::string const &msg) | |
| virtual char const * | what () const throw () |
| Exception (std::string const &msg) | |
| virtual char const * | what () const throw () |
Protected Attributes | |
| std::string const | msg_ |
Base class for all exceptions we throw.
We use nothing but these internally. Of course, STL can throw others.
1.8.10