Exception: Helper::UnknownVariableType
- Inherits:
-
StandardError
- Object
- StandardError
- Helper::UnknownVariableType
- Defined in:
- lib/helper.rb
Instance Method Summary collapse
-
#initialize(type) ⇒ UnknownVariableType
constructor
A new instance of UnknownVariableType.
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 |