Exception: DistributedPress::V1::SchemaNotValidError

Inherits:
SchemaError
  • Object
show all
Defined in:
lib/distributed_press/v1/errors.rb

Overview

Schema doesn’t have the required information

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Schema is not valid') ⇒ SchemaNotValidError

Returns a new instance of SchemaNotValidError.



47
48
49
# File 'lib/distributed_press/v1/errors.rb', line 47

def initialize(msg = 'Schema is not valid')
  super
end