class Byebug::SkipCommand

def help(cmd)

def help(cmd)
  %{
    sk[ip]\tskip the next thrown exception
    This is useful if you've explicitly caught an exception through
    the "catch" command, and wish to pass the exception on to the
    code that you're debugging.
   }
nd