class RuboCop::Cop::Force::HookError

@api private

def initialize(joining_cop)

def initialize(joining_cop)
  super
  @joining_cop = joining_cop
end