TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ create()

template<typename BasicJsonType >
static other_error nlohmann::detail::other_error::create ( int  id_,
const std::string &  what_arg,
const BasicJsonType &  context 
)
inlinestatic

Definition at line 3021 of file json.hpp.

3022 {
3023 std::string w = exception::name("other_error", id_) + exception::diagnostics(context) + what_arg;
3024 return other_error(id_, w.c_str());
3025 }