# File lib/bunny/system_timer.rb, line 7
    def timeout(seconds, exception)
      timeout_after(seconds) do
        yield
      end
    end