defs.define_constant('ActionController::ParameterMissing') do |klass|
    klass.inherits(defs.constant_proxy('KeyError', RubyLint.registry))

    klass.define_instance_method('initialize') do |method|
      method.define_argument('param')