Exception: ExceptionCatcher::MultipleExceptions

Inherits:
RuntimeError
  • Object
show all
Includes:
Enumerable
Defined in:
lib/util/exception_catcher.rb

Overview

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

Instance Method Summary collapse

Methods included from Ki::KiEnumerable

#any_matches?, #find_first, #size!, #to_h

Instance Method Details

#each(&block) ⇒ Object



112
113
114
# File 'lib/util/exception_catcher.rb', line 112

def each(&block)
  exceptions.values.each(&block)
end