CMS 3D CMS Logo

PFToolsException.cc
Go to the documentation of this file.
2 
3 
4 using namespace pftools;
5 
7 {
8  myDescription = aErrorDescription;
9 }
10 
12 {
13 }
14 
15 const char* PFToolsException::what() const noexcept {
16  return myDescription.c_str();
17 }
PFToolsException(const std::string &aErrorDescription="")
#define noexcept
~PFToolsException() noexcept override
General option file parser.
Definition: Calibratable.h:15
const char * what() const noexcept override