Searched refs:composite_e (Results 1 – 1 of 1) sorted by relevance
17 [](std::exception_ptr composite_e) { in __anone45e37500302() argument18 printf("OnError %s\n", rxu::what(composite_e).c_str()); in __anone45e37500302()19 try { std::rethrow_exception(composite_e); } in __anone45e37500302()