Exception: Confuse::Errors::Undefined

Inherits:
StandardError
  • Object
show all
Defined in:
lib/confuse/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ Undefined

Returns a new instance of Undefined.



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

def initialize(name)
  @name = name
  super
end