Searched refs:myExc (Results 1 – 2 of 2) sorted by relevance
9 struct myExc { }; struct12 ~myExcRaiser() { throw myExc(); } in ~myExcRaiser()31 catch (myExc &) { in main()