diff options
Diffstat (limited to 'vendor/github.com/goccy/go-json/error.go')
-rw-r--r-- | vendor/github.com/goccy/go-json/error.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/github.com/goccy/go-json/error.go b/vendor/github.com/goccy/go-json/error.go index 94c1339a0..5b2dcee50 100644 --- a/vendor/github.com/goccy/go-json/error.go +++ b/vendor/github.com/goccy/go-json/error.go @@ -37,3 +37,5 @@ type UnmarshalTypeError = errors.UnmarshalTypeError type UnsupportedTypeError = errors.UnsupportedTypeError type UnsupportedValueError = errors.UnsupportedValueError + +type PathError = errors.PathError |