module RuboCop::Cop::VariableForce::Branch::ExceptionHandler

def may_jump_to_other_branch?

def may_jump_to_other_branch?
  main_body?
end

def may_run_incompletely?

def may_run_incompletely?
  main_body?
end