Exception: SitePrism::TimeoutError

Inherits:
SitePrismError show all
Defined in:
lib/site_prism/error.rb

Overview

The condition that was being evaluated inside the block did not evaluate to true within the time limit

Instance Method Summary collapse

Instance Method Details

#messageObject



36
37
38
# File 'lib/site_prism/error.rb', line 36

def message
  "Timed out after #{super}s."
end