Searched refs:throwFunc (Results 1 – 2 of 2) sorted by relevance
766 void throwFunc() { throw new Exception("My Message."); } in throwFunc() function767 assert(collectExceptionMsg(throwFunc()) == "My Message.");
793 void throwFunc() { throw new Exception("My Message."); } in throwFunc() function794 assert(collectExceptionMsg(throwFunc()) == "My Message.");