📝 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
|
@ -1,3 +1,3 @@
|
|||
domain_error: JSON pointer must be empty or begin with '/'
|
||||
domain_error: escape error: '~' must be followed with '0' or '1'
|
||||
domain_error: escape error: '~' must be followed with '0' or '1'
|
||||
[json.exception.parse_error.107] parse error at 1: JSON pointer must be empty or begin with '/' - was: 'foo'
|
||||
[json.exception.parse_error.108] parse error: escape character '~' must be followed with '0' or '1'
|
||||
[json.exception.parse_error.108] parse error: escape character '~' must be followed with '0' or '1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue