CMS 3D CMS Logo

PropagationExceptions.h
Go to the documentation of this file.
1 
4 #ifndef Propagation_Exceptions_H
5 #define Propagation_Exceptions_H
6 
7 //#include <exception>
9 
10 #include <string>
11 
13 
14 class PropagationException final : public cms::Exception {
15 public:
17  ~PropagationException() throw() override {}
18 
19 private:
20 };
21 
22 #endif
PropagationException(const std::string &message)
std::string message() const
Definition: Exception.cc:149
Common base class.