📝 overworked documentation
Replacing references to std exceptions with user-defined exceptions. Also changed some examples to the new exceptions.
This commit is contained in:
parent
9374eaa013
commit
fe71e7df1f
24 changed files with 325 additions and 128 deletions
|
|
@ -19,7 +19,7 @@ int main()
|
|||
{
|
||||
auto r3 = value.get_ref<json::number_float_t&>();
|
||||
}
|
||||
catch (std::domain_error& ex)
|
||||
catch (json::type_error& ex)
|
||||
{
|
||||
std::cout << ex.what() << '\n';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue