Searched refs:throwEx (Results 1 – 1 of 1) sorted by relevance
155 void throwEx(Throwable t) { throw t; } in throwEx() function187 throwEx(new Exception("It's an Exception")));198 throwEx(new Exception("It's an Exception")), "It's a message");209 throwEx(new AssertError("It's an AssertError", __FILE__, __LINE__)));220 throwEx(new AssertError("It's an AssertError", __FILE__, __LINE__)),282 void throwEx(Throwable t) { throw t; } in throwEx() function287 assertThrown!Exception(throwEx(new Exception("It's an Exception")));293 assertThrown!Exception(throwEx(new Exception("It's an Exception")),300 assertThrown!AssertError(throwEx(new AssertError("It's an AssertError",307 assertThrown!AssertError(throwEx(new AssertError("It's an AssertError",