Exception: Uia::BadLocator

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

Direct Known Subclasses

BadChildLocator

Instance Method Summary collapse

Constructor Details

#initialize(locator) ⇒ BadLocator

Returns a new instance of BadLocator.



5
6
7
# File 'lib/uia/finder.rb', line 5

def initialize(locator)
  super "#{locator} is not a valid locator"
end