Exception: Command::Setting::UnknownVariableType

Inherits:
StandardError
  • Object
show all
Defined in:
lib/command/setting.rb

Instance Method Summary collapse

Constructor Details

#initialize(type) ⇒ UnknownVariableType

Returns a new instance of UnknownVariableType.



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

def initialize(type)
  super("unknwon variable type (:#{type})")
end