class Byebug::CatchCommand
def remove(exception)
def remove(exception) return errmsg pr("catch.errors.not_found", exception: exception) unless Byebug.catchpoints.member?(exception) puts pr("catch.removed", exception: exception) Byebug.catchpoints.delete(exception) end