wrapLibraryManagerException.h
Go to the documentation of this file.
1 #ifndef cetlib_detail_wrapLibraryManagerException_h
2 #define cetlib_detail_wrapLibraryManagerException_h
3 
4 #include <string>
5 
6 namespace cet {
7  class exception;
8 }
9 
10 namespace cet::detail {
12  std::string const& item_type,
13  std::string const& libspec,
14  std::string const& release);
15 }
16 
17 #endif /* cetlib_detail_wrapLibraryManagerException_h */
18 
19 // Local Variables:
20 // mode: c++
21 // End:
std::string string
Definition: nybbler.cc:12
const double e
string release
Definition: conf.py:24
void wrapLibraryManagerException(cet::exception const &e, std::string const &item_type, std::string const &libspec, std::string const &release)
cet::coded_exception< error, detail::translate > exception
Definition: exception.h:33