Exception: Helper::UnknownVariableType

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

Instance Method Summary collapse

Constructor Details

#initialize(type) ⇒ UnknownVariableType

Returns a new instance of UnknownVariableType.



178
179
180
# File 'lib/helper.rb', line 178

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