NIM 跨平台 C++ SDK
|
#include <value.h>
Public 成员函数 | |
Exception (String msg) | |
~Exception () noexcept override | |
char const * | what () const noexcept override |
Protected 属性 | |
String | msg_ |
Base class for all exceptions we throw.
We use nothing but these internally. Of course, STL can throw others.
nim_cpp_wrapper_util::Json::Exception::Exception | ( | String | msg | ) |
|
overridenoexcept |
|
overridenoexcept |
|
protected |