class Uia::UnsupportedPattern
Public Class Methods
new(expected, actual)
click to toggle source
Calls superclass method
# File lib/uia/element.rb, line 7 def initialize(expected, actual) super "Pattern #{expected} not found in #{actual}" end