Class other_error
Defined in File json.hpp
Inheritance Relationships
Base Type
public detail::exception
(Class exception)
Class Documentation
-
class other_error : public detail::exception
exception indicating other library errors
Public Static Functions
-
template<typename BasicJsonContext, enable_if_t<is_basic_json_context<BasicJsonContext>::value, int> = 0>
static inline other_error create(int id_, const std::string &what_arg, BasicJsonContext context)
-
template<typename BasicJsonContext, enable_if_t<is_basic_json_context<BasicJsonContext>::value, int> = 0>