class ExceptionCatcher::MultipleExceptions

{ExceptionCatcher} raises MultipleExceptions if it has caught multiple exceptions. MultipleExceptions makes the {ExceptionCatcher} and its results available

Public Instance Methods

each(&block) click to toggle source
# File lib/util/exception_catcher.rb, line 112
def each(&block)
  exceptions.values.each(&block)
end