Exception: UndefinedOptions

Inherits:
StandardError
  • Object
show all
Defined in:
lib/optionsresolver/exceptions/undefined_options.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ UndefinedOptions

Returns a new instance of UndefinedOptions.



2
3
4
# File 'lib/optionsresolver/exceptions/undefined_options.rb', line 2

def initialize msg
  super
end