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
I encountered this when I tried to use throw; outside of a catch clause. The rethrow fails and that error message is displayed.