Exception: StopIteration

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

Direct Known Subclasses

ClosedQueueError

Instance Attribute Summary collapse

Method Summary

Methods inherited from Exception

#backtrace, #backtrace_locations, #cause, exception, #exception, #full_message, #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.



275
276
277
# File 'opal/opal/corelib/error.rb', line 275

def result
  @result
end