Exception: Locator::ElementNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Locator::ElementNotFound
- Defined in:
- lib/locator.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ ElementNotFound
constructor
A new instance of ElementNotFound.
Constructor Details
#initialize(*args) ⇒ ElementNotFound
Returns a new instance of ElementNotFound.
16 17 18 |
# File 'lib/locator.rb', line 16 def initialize(*args) super "could not find element type: #{args.map { |arg| arg.inspect }.join(', ') }" end |