Exception: Dentaku::UnboundVariableError

Inherits:
BaseError
  • Object
show all
Defined in:
lib/dentaku/exceptions.rb

Instance Attribute Summary collapse

Attributes included from Error

#assigned_to

Instance Method Summary collapse

Constructor Details

#initialize(unbound_variables) ⇒ UnboundVariableError

Returns a new instance of UnboundVariableError.



16
17
18
# File 'lib/dentaku/exceptions.rb', line 16

def initialize(unbound_variables)
  @unbound_variables = unbound_variables
end

Instance Attribute Details

#unbound_variablesObject (readonly)

Returns the value of attribute unbound_variables.



14
15
16
# File 'lib/dentaku/exceptions.rb', line 14

def unbound_variables
  @unbound_variables
end