Exception: JsonSchemaRails::SchemaNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/json_schema_rails/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ SchemaNotFound

Returns a new instance of SchemaNotFound.



5
6
7
# File 'lib/json_schema_rails/errors.rb', line 5

def initialize(message = nil)
  super(message || 'No such schema')
end