defs.define_constant('AbstractController::Helpers::ClassMethods::MissingHelperError') do |klass|
    klass.inherits(defs.constant_proxy('LoadError', RubyLint.registry))

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