|
@@ -104,6 +104,7 @@ int
|
|
const string ex_what = "Failed to construct @CPPCLASS@ object: " +
|
|
const string ex_what = "Failed to construct @CPPCLASS@ object: " +
|
|
string(ex.what());
|
|
string(ex.what());
|
|
PyErr_SetString(po_IscException, ex_what.c_str());
|
|
PyErr_SetString(po_IscException, ex_what.c_str());
|
|
|
|
+ return (-1);
|
|
} catch (...) {
|
|
} catch (...) {
|
|
PyErr_SetString(po_IscException,
|
|
PyErr_SetString(po_IscException,
|
|
"Unexpected exception in constructing @CPPCLASS@");
|
|
"Unexpected exception in constructing @CPPCLASS@");
|