Exception: Uia::InvalidControlType

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

Instance Method Summary collapse

Constructor Details

#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