How to achieve exception chaining in dart?

前端 未结 0 565
臣服心动
臣服心动 2020-12-03 23:29

In Java I can achieve exception chaining by passing another exception to the new exception like this

try {
  doSomething();
} catch (Exception1 e         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题