10 #ifndef ENTITYNOTFOUND_H
11 #define ENTITYNOTFOUND_H
40 element(_element), id(_id) {}
49 const char*
what()
const throw() {
50 QString ret =
"Entity (" + element +
") with id (" +
id +
") not \
52 return ret.toStdString().c_str();
57 #endif // ENTITYNOTFOUND_H