Replace Base::Exception with appropriate subclass

This commit is contained in:
wmayer
2018-11-14 23:17:42 +01:00
parent e02695b91f
commit 7dc13bd2d6
4 changed files with 8 additions and 9 deletions

View File

@@ -117,7 +117,6 @@ public:
virtual void setPyObject( PyObject * pydict);
protected:
public: // FIXME: Remove the public keyword
/* sMessage may be:
* - a UI compliant string susceptible to being translated and shown to the user in the UI
* - a very technical message not intended to be translated or shown to the user in the UI