We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b4d29 commit 4f3484bCopy full SHA for 4f3484b
PDFTronGo/pdftron.i
@@ -226,6 +226,10 @@ import "errors"
226
import "fmt"
227
%}
228
229
+// Disable exception handling for directors
230
+%feature("except", "0") SwigDirector_Callback;
231
+%feature("except", "0") SwigDirector_SignatureHandler;
232
+
233
// Handle exceptions by triggering recoverable panic containing the exception message
234
%exception {
235
try {
0 commit comments