gpt4 book ai didi

Ruby 挽救除 MyException 之外的所有异常

转载 作者:数据小太阳 更新时间:2023-10-29 06:34:59 29 4
gpt4 key购买 nike

在 Ruby 中,是否可以拯救除指定异常之外的所有异常?

最佳答案

begin

rescue MyException
raise #to reraise the same exception without changing it
rescue Exception => e
#do something with e
end

关于Ruby 挽救除 MyException 之外的所有异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4796586/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com