class RuboCop::Cop::Style::RedundantException
def on_send(node)
Switch `raise RuntimeError, 'message'` to `raise 'message'`, and
def on_send(node) fix_exploded(node) || fix_compact(node) end
def on_send(node) fix_exploded(node) || fix_compact(node) end