8 #ifndef HERD_EXCEPTION_H_ 9 #define HERD_EXCEPTION_H_ 36 const char *
what() const noexcept
override {
return _what.c_str(); }
CssGeoParams.h CssGeoParams class declaration.
Definition: CaloPDCalibrationAlgo.h:24
Exception(std::string msg="")
Definition: Exception.h:30
std::string _what
Definition: Exception.h:39
const char * what() const noexcept override
The error message.
Definition: Exception.h:36
Definition: Exception.h:24