Exception: Schematist::InvalidSchemaTypeError
- Defined in:
- lib/schematist/errors.rb
Overview
Raised when an invalid schema type is specified
Instance Method Summary collapse
-
#initialize(type) ⇒ InvalidSchemaTypeError
constructor
A new instance of InvalidSchemaTypeError.
Constructor Details
#initialize(type) ⇒ InvalidSchemaTypeError
Returns a new instance of InvalidSchemaTypeError.
9 10 11 |
# File 'lib/schematist/errors.rb', line 9 def initialize(type) super("Unknown schema type: #{type}") end |