Searched defs:type_error (Results 1 – 5 of 5) sorted by relevance
205 class type_error : public exception class217 type_error(int id_, const char* what_arg) : exception(id_, what_arg) {} in type_error() function in detail::type_error
19 type_error(const char *msg, PyObject *obj) in type_error() function
187 using type_error = detail::type_error; typedef in basic_json
2971 class type_error : public exception class2983 type_error(int id_, const char* what_arg) : exception(id_, what_arg) {} in type_error() function in nlohmann::detail::type_error17369 using type_error = detail::type_error; typedef in nlohmann::basic_json
4469 class type_error : public exception class4481 type_error(int id_, const char* what_arg) : exception(id_, what_arg) {} in type_error() function in detail::type_error19365 using type_error = detail::type_error; typedef in basic_json