class Calabash::Cucumber::WaitHelpers::WaitError

‘WaitError` is the error type raised when a timeout occurs during a wait. To handle a timeout without causing test failure use @example

begin
  ...
rescue Calabash::Cucumber::WaitHelpers::WaitError => e
  ...
end