Exception: Citrus::NameError
- Inherits:
-
StandardError
- Object
- RuntimeError
- StandardError
- Citrus::NameError
- Defined in:
- lib/citrus/exceptions.rb
Instance Method Summary collapse
-
#initialize(name, index = nil, ff = false) ⇒ NameError
constructor
A new instance of NameError.
Constructor Details
#initialize(name, index = nil, ff = false) ⇒ NameError
Returns a new instance of NameError.
22 23 24 |
# File 'lib/citrus/exceptions.rb', line 22 def initialize(name, index=nil, ff=false) super("Undefined #{ff ? "" : "local variable or "}function '#{name}") end |