Searched defs:type_error (Results 1 – 7 of 7) sorted by relevance
10 fn type_error<T>( in type_error() function
207 class type_error : public exception class219 type_error(int id_, const char* what_arg) : exception(id_, what_arg) {} in type_error() function in detail::type_error
2366 fn type_error() { in type_error() function
19 type_error(const char *msg, PyObject *obj) in type_error() function
191 using type_error = detail::type_error; typedef in basic_json
4540 class type_error : public exception class4552 type_error(int id_, const char* what_arg) : exception(id_, what_arg) {} in type_error() function in detail::type_error19493 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