DEBSOURCES
Skip Quicknav
sources / ruby-json-schema / 2.7.0-1 / lib / json-schema / errors / schema_parse_error.rb
12345678
require 'json/common' module JSON class Schema class SchemaParseError < JSON::ParserError end end end