class Uia::InvalidControlType

Public Class Methods

new(control_type) click to toggle source
Calls superclass method
# File lib/uia/library/constants.rb, line 3
def initialize(control_type)
  super "#{control_type} is not valid"
end