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

def may_jump_to_other_branch?

def may_jump_to_other_branch?
  main_body?
end