NoDelayedReader.cc
Go to the documentation of this file.
2 // vim: set sw=2 expandtab :
3 
6 
7 #include <memory>
8 
9 namespace art {
10 
12  NoDelayedReader::NoDelayedReader() = default;
13 
14  std::unique_ptr<EDProduct>
15  NoDelayedReader::getProduct_(Group const*,
16  ProductID const pid,
17  RangeSet&) const
18  {
19  throw Exception(errors::LogicError, "NoDelayedReader")
20  << "getProduct() called for ProductID: " << pid << "\n";
21  }
22 
23 } // namespace art
STL namespace.
~NoDelayedReader() noexcept
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
Definition: Exception.h:66