Exception: StopIteration

Inherits:
IndexError show all
Defined in:
opal/opal/corelib/error.rb,
opal/opal/corelib/error.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Exception

#backtrace, exception, #exception, #initialize, #inspect, #message, new, #set_backtrace, #to_s

Constructor Details

This class inherits a constructor from Exception

Instance Attribute Details

#resultObject (readonly)

Returns the value of attribute result.



189
190
191
# File 'opal/opal/corelib/error.rb', line 189

def result
  @result
end