Exception: WaitingForElementFailure
- Inherits:
-
StandardError
- Object
- StandardError
- WaitingForElementFailure
- Defined in:
- lib/cuke-pack/support/wait_for.rb
Instance Method Summary collapse
- #backtrace ⇒ Object
-
#initialize(code) ⇒ WaitingForElementFailure
constructor
A new instance of WaitingForElementFailure.
- #message ⇒ Object
Constructor Details
#initialize(code) ⇒ WaitingForElementFailure
Returns a new instance of WaitingForElementFailure.
35 36 37 |
# File 'lib/cuke-pack/support/wait_for.rb', line 35 def initialize(code) @code = code end |
Instance Method Details
#backtrace ⇒ Object
43 44 45 |
# File 'lib/cuke-pack/support/wait_for.rb', line 43 def backtrace [] end |
#message ⇒ Object
39 40 41 |
# File 'lib/cuke-pack/support/wait_for.rb', line 39 def @code end |