Searched refs:DerivedThrow (Results 1 – 2 of 2) sorted by relevance
126 class DerivedThrow extends BaseNoReturn { constructor() { super(); throw "Thrown Exception String";… class
63 PASS (new DerivedThrow) threw exception Thrown Exception String.