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.



182
183
184
# File 'lib/helper.rb', line 182

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