Exception: Helper::InvalidVariableType

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

Instance Method Summary collapse

Constructor Details

#initialize(type) ⇒ InvalidVariableType

Returns a new instance of InvalidVariableType.



176
177
178
# File 'lib/helper.rb', line 176

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