Base: Add PropertyError exception

This commit is contained in:
marioalexis
2024-08-01 13:01:19 -03:00
parent 5f657bc1ce
commit fd5eb34d6a
6 changed files with 45 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ PyObject* Base::PyExc_FC_BadGraphError = nullptr;
PyObject* Base::PyExc_FC_ExpressionError = nullptr;
PyObject* Base::PyExc_FC_ParserError = nullptr;
PyObject* Base::PyExc_FC_CADKernelError = nullptr;
PyObject* Base::PyExc_FC_PropertyError = nullptr;
typedef struct { //NOLINT
PyObject_HEAD