![]() |
|
|||
File indexing completed on 2023-03-17 10:46:15
0001 #ifndef POPCON_EXCEPTION_H 0002 #define POPCON_EXCEPTION_H 0003 #include "FWCore/Utilities/interface/Exception.h" 0004 #include <string> 0005 0006 namespace popcon { 0007 class Exception : public cms::Exception { 0008 public: 0009 explicit Exception(const std::string& message) : cms::Exception("PopCon", message) {} 0010 ~Exception() throw() override {} 0011 }; 0012 } // namespace popcon 0013 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |