Exception: StopIteration
- Inherits:
-
IndexError
- Object
- Exception
- StandardError
- IndexError
- StopIteration
- Defined in:
- opal/opal/corelib/error.rb,
opal/opal/corelib/error.rb
Instance Attribute Summary collapse
-
#result ⇒ Object
readonly
Returns the value of attribute result.
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
#result ⇒ Object (readonly)
Returns the value of attribute result.
189 190 191
# File 'opal/opal/corelib/error.rb', line 189 def result @result end