# File lib/reactor/reactor.rb, line 74
    def on_error(info)
      self.errors << info
      self.yield
    end