class Uia::BadLocator
Public Class Methods
new(locator)
click to toggle source
Calls superclass method
# File lib/uia/finder.rb, line 5 def initialize(locator) super "#{locator} is not a valid locator" end