Exception: DistributedPress::V1::SchemaNotValidError
- Inherits:
-
SchemaError
- Object
- StandardError
- Error
- SchemaError
- DistributedPress::V1::SchemaNotValidError
- Defined in:
- lib/distributed_press/v1/errors.rb
Overview
Schema doesn’t have the required information
Instance Method Summary collapse
-
#initialize(msg = 'Schema is not valid') ⇒ SchemaNotValidError
constructor
A new instance of SchemaNotValidError.
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 |