We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f5e95 commit 88874f0Copy full SHA for 88874f0
lib/lutaml/hal/errors.rb
@@ -8,5 +8,6 @@ class UnauthorizedError < Error; end
8
class BadRequestError < Error; end
9
class ServerError < Error; end
10
class LinkResolutionError < Error; end
11
+ class ParsingError < Error; end
12
end
13
0 commit comments