Searched refs:AsyncTestException (Results 1 – 1 of 1) sorted by relevance
75 alias .AsyncTestException AsyncTestException; variable78 class AsyncTestException : TException {186 auto ate = new AsyncTestException; in fail()196 auto ate = new AsyncTestException; in delayedFail()203 AsyncTestException ate_;308 auto a = cast(AsyncTestException)collectException(client.fail(id).waitGet()); in run()361 auto e = cast(AsyncTestException)collectException(a.get()); in run()