Exception: Blumquist::Errors::UnsupportedSchema

Inherits:
Blumquist::Error show all
Defined in:
lib/blumquist/errors/unsupported_schema.rb

Instance Method Summary collapse

Constructor Details

#initialize(type) ⇒ UnsupportedSchema

Returns a new instance of UnsupportedSchema.



4
5
6
# File 'lib/blumquist/errors/unsupported_schema.rb', line 4

def initialize(type)
  super("The top level object of the schema must be \"object\" (it is #{type.to_json})")
end