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, #to_s
Constructor Details
This class inherits a constructor from Exception
Instance Attribute Details
#result ⇒ Object (readonly)
Returns the value of attribute result
| 144 145 146 | # File 'opal/opal/corelib/error.rb', line 144 def result @result end |