You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rasies a KeyError because path is not found. I was expecting it to raise a (subclass of) jsonpatch.JsonPatchException.
Is this a bug or by design? If the latter is the case, then please reconsider this decision. I find it a lot easier to use a Python library when I know that all exceptions, that the API may raise, are a subclasses of a library-specific base exception.
The text was updated successfully, but these errors were encountered:
The following patch
when applied via
rasies a
KeyError
becausepath
is not found. I was expecting it to raise a (subclass of)jsonpatch.JsonPatchException
.Is this a bug or by design? If the latter is the case, then please reconsider this decision. I find it a lot easier to use a Python library when I know that all exceptions, that the API may raise, are a subclasses of a library-specific base exception.
The text was updated successfully, but these errors were encountered: