10 #ifndef CREATIONFAILED_H
11 #define CREATIONFAILED_H
38 element(_element), id(_id) {}
40 const char* what()
const throw() {
41 QString ret =
"Entity (" + element +
") with id (" +
id +
") could "
43 return ret.toStdString().c_str();
48 #endif // CREATIONFAILED_H