Exception: StopIteration

Inherits:
IndexError show all
Defined in:
mruby/mrblib/10error.rb

Instance Attribute Summary collapse

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

#resultObject

Returns the value of attribute result.



75
76
77
# File 'mruby/mrblib/10error.rb', line 75

def result
  @result
end