Home
last modified time | relevance | path

Searched refs:AsyncTestException (Results 1 – 1 of 1) sorted by relevance

/thrift-3.4.0/lib/d/test/
Dasync_test.d75 alias .AsyncTestException AsyncTestException; variable
78 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()