Exception: Ruote::LoggerTimeout

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ruote/log/wait_logger.rb

Overview

The error raised by WaitLogger#wait_for upon a timeout.

Instance Method Summary collapse

Constructor Details

#initialize(interests, timeout) ⇒ LoggerTimeout

Returns a new instance of LoggerTimeout.



32
33
34
35
# File 'lib/ruote/log/wait_logger.rb', line 32

def initialize(interests, timeout)

  super("waited for #{interests.inspect}, timed out after #{timeout}s")
end