TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ exception()

nlohmann::detail::exception::exception ( int  id_,
const char *  what_arg 
)
inlineprotected

Definition at line 2663 of file json.hpp.

2663: id(id_), m(what_arg) {}
const int id
the id of the exception
Definition: json.hpp:2659
std::runtime_error m
an exception object as storage for error messages
Definition: json.hpp:2739