What does the following runtime error mean: “terminate called without an active exception\n Aborted”

后端 未结 5 1378
伪装坚强ぢ
伪装坚强ぢ 2021-02-15 07:15

The bug disturbed me about two days: when running the code I have a runtime error of \"terminate called without an active exception\\n Aborted\",why?

I try to locate the

5条回答
  •  抹茶落季
    2021-02-15 07:37

    I encountered this when I tried to use throw; outside of a catch clause. The rethrow fails and that error message is displayed.

提交回复
热议问题