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.



162
163
164
# File 'lib/helper.rb', line 162

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