Method: Uia::InvalidControlType#initialize

Defined in:
lib/uia/library/constants.rb

#initialize(control_type) ⇒ InvalidControlType

Returns a new instance of InvalidControlType.



3
4
5
# File 'lib/uia/library/constants.rb', line 3

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