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

@@ -430,6 +430,7 @@ BaseExport extern PyObject* PyExc_FC_BadGraphError;
BaseExport extern PyObject* PyExc_FC_ExpressionError;
BaseExport extern PyObject* PyExc_FC_ParserError;
BaseExport extern PyObject* PyExc_FC_CADKernelError;
BaseExport extern PyObject* PyExc_FC_PropertyError;
/** Exception handling for python callback functions
* Is a convenience macro to manage the exception handling of python callback