class Cucumber::CucumberExpressions::UndefinedParameterTypeError

Public Class Methods

new(type_name) click to toggle source
Calls superclass method
# File lib/cucumber/cucumber_expressions/errors.rb, line 7
def initialize(type_name)
  super("Undefined parameter type {#{type_name}}")
end