Exception: Optout::OptionUnknown

Inherits:
OptionError
  • Object
show all
Defined in:
lib/optout.rb

Instance Attribute Summary

Attributes inherited from OptionError

#key

Instance Method Summary collapse

Constructor Details

#initialize(key) ⇒ OptionUnknown

Returns a new instance of OptionUnknown.



22
23
24
# File 'lib/optout.rb', line 22

def initialize(key)
  super(key, "option unknown: '#{key}'")
end