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
checked_yaml: improve handling of missing keys (#818)
If a CheckedFromJsonException exception is caught for a key that is missing
in the source map, include that information in the message
Also correctly handle the case where CheckedFromJsonException.message
is `null`
Fixes#816
0 commit comments