Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorthurlow committed Jan 12, 2024
1 parent 98835b8 commit ee0c26d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rust_json_schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ module RustJSONSchema
class Error < StandardError; end

class JSONParseError < Error; end

class SchemaParseError < Error; end
end

0 comments on commit ee0c26d

Please sign in to comment.