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

后端 未结 5 2161
野性不改
野性不改 2021-02-15 05:20

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 05:45

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

提交回复
热议问题