class Byebug::CatchCommand

def description

def description
  %(cat[ch][ (off|<exception>[ off])]
    "catch" lists catchpoints.
    "catch off" deletes all catchpoints.
    "catch <exception>" enables handling <exception>.
    "catch <exception> off" disables handling <exception>.)
end