class Byebug::CatchCommand

def description

def description
  %{cat[ch]\t\t\t\tLists catchpoints
    cat[ch] off\t\t\tDeletes all catchpoints
    cat[ch] <exception> [off]\tEnable/disable handling <exception>.}
end