NIM 跨平台 C++ SDK
|
#include <value.h>
Public 成员函数 | |
LogicError (String const &msg) | |
Public 成员函数 继承自 nim_cpp_wrapper_util::Json::Exception | |
Exception (String msg) | |
~Exception () noexcept override | |
char const * | what () const noexcept override |
额外继承的成员函数 | |
Protected 属性 继承自 nim_cpp_wrapper_util::Json::Exception | |
String | msg_ |
Exceptions thrown by JSON_ASSERT/JSON_FAIL macros.
These are precondition-violations (user bugs) and internal errors (our bugs).
nim_cpp_wrapper_util::Json::LogicError::LogicError | ( | String const & | msg | ) |