Exception: Simmer::Runner::TimeoutError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/simmer/runner/timeout_error.rb

Overview

This error used when a specification times out. It is stored in Simmer::Runner::Results#errors when a specification times out.

Instance Method Summary collapse

Instance Method Details

#messageObject



15
16
17
# File 'lib/simmer/runner/timeout_error.rb', line 15

def message
  cause ? cause.message : DEFAULT_MESSAGE
end