![]() |
ATSC3
24.10.0
|
#include <atsc_core_utils_json.h>
Inherits std::exception.
Inherited by Json::LogicError, and Json::RuntimeError.
Public Member Functions | |
Exception (JSONCPP_STRING const &msg) | |
char const * | what () const JSONCPP_NOEXCEPT override |
Protected Attributes | |
JSONCPP_STRING | msg_ |
Base class for all exceptions we throw.
We use nothing but these internally. Of course, STL can throw others.