Exception: ENVV::InvalidSchemaError

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

Instance Method Summary collapse

Constructor Details

#initializeInvalidSchemaError

Returns a new instance of InvalidSchemaError.



7
8
9
# File 'lib/envv/errors.rb', line 7

def initialize
  super("A ::Dry::Schema::Params is expected. See https://github.com/16/envv#schema.")
end