Files
2019-08-04 21:38:19 -05:00

8 lines
173 B
OpenEdge ABL

%typemap(throws,noblock=1) (...) {
SWIG_exception(SWIG_RuntimeError,"unknown exception");
}
%insert("runtime") %{
#define SWIG_exception(code, msg) _swig_gopanic(msg)
%}