class RailsParamValidation::TypeNotFound

def initialize(type)

def initialize(type)
  super("The following type was not found: #{type}")
end