|
C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
|
general exception of the basic_json class More...
#include <json.hpp>
Public Member Functions | |
| const char * | what () const noexcept override |
| returns the explanatory string | |
Public Attributes | |
| const int | id |
| the id of the exception | |
Protected Member Functions | |
| exception (int id_, const char *what_arg) | |
general exception of the basic_json class