Base: Add PropertyError exception
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user