Exception: Simmer::Runner::TimeoutError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Simmer::Runner::TimeoutError
- 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
#message ⇒ Object
15 16 17 |
# File 'lib/simmer/runner/timeout_error.rb', line 15 def cause ? cause. : DEFAULT_MESSAGE end |