Replace Base::Exception with appropriate subclass

This commit is contained in:
wmayer
2018-11-14 19:28:00 +01:00
parent 21d01fe6fc
commit 00de5bb7ad
23 changed files with 116 additions and 115 deletions

View File

@@ -84,7 +84,7 @@ Part::Feature *DressUp::getBaseObject(bool silent) const
}
if (!silent && err) {
throw Base::Exception(err);
throw Base::RuntimeError(err);
}
return rv;