9 #ifndef ThePEG_Exception_H
10 #define ThePEG_Exception_H
14 #include "ThePEG/Config/ThePEG.h"
15 #include "Exception.fh"
134 virtual const char*
what()
const throw() {
145 return mess.empty() ? string(
"Error message not provided.") : mess;
166 template <
typename T>