Exception: StopIteration
- Inherits:
-
IndexError
- Object
- Exception
- StandardError
- IndexError
- StopIteration
- Defined in:
- mrblib/10error.rb
Instance Attribute Summary collapse
-
#result ⇒ Object
Returns the value of attribute result.
Method Summary
Methods inherited from Exception
#backtrace, #exception, #initialize, #inspect, #message, #set_backtrace, #to_s
Constructor Details
This class inherits a constructor from Exception
Instance Attribute Details
#result ⇒ Object
Returns the value of attribute result
58 59 60 |
# File 'mrblib/10error.rb', line 58 def result @result end |