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.



164
165
166
# File 'lib/helper.rb', line 164

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