Exception: Command::Setting::InvalidVariableType

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

Instance Method Summary collapse

Constructor Details

#initialize(type) ⇒ InvalidVariableType

Returns a new instance of InvalidVariableType.



16
17
18
# File 'lib/command/setting.rb', line 16

def initialize(type)
  super("値が #{Setting.variable_type_to_description(type).rstrip} ではありません")
end