Exception: Locator::ElementNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/locator.rb

Instance Method Summary collapse

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