class Byebug::CatchCommand

def description

def description
  %{cat[ch]\t\tsame as "info catch"
    cat[ch] <exception-name> [on|off]
    \tIntercept <exception-name> when there would otherwise be no handler.
    \tWith an "on" or "off", turn handling the exception on or off.
    cat[ch] off\tdelete all catchpoints}
end