ocpp
ocpp copied to clipboard
Amend validation error raised
With the incorporation of #494 an OSError should only be raised on edge cases eg if the json schema file is corrupt. NotImplementedError and NotSupportedError errors will be raised prior to the json validation occurring, taking care of when the schema doesn't exist.
If possible could you please add to this PR an entry in ChangeLog.md?