Skip to content

Commit 88874f0

Browse files
committed
fix: missing ParsingError
1 parent 30f5e95 commit 88874f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/lutaml/hal/errors.rb

+1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ class UnauthorizedError < Error; end
88
class BadRequestError < Error; end
99
class ServerError < Error; end
1010
class LinkResolutionError < Error; end
11+
class ParsingError < Error; end
1112
end
1213
end

0 commit comments

Comments
 (0)