11 make_exception_from_ptr(std::exception_ptr
const& eptr)
try {
12 std::rethrow_exception(eptr);
25 std::make_unique<Exception>(make_exception_from_ptr(exceptions_.front()));
28 auto eptr = make_exception_from_ptr(*i);
std::vector< evd::details::RawDigitInfo_t >::const_iterator begin(RawDigitCacheDataClass const &cache)
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
std::vector< evd::details::RawDigitInfo_t >::const_iterator end(RawDigitCacheDataClass const &cache)
cet::coded_exception< error, detail::translate > exception