8 lines
173 B
OpenEdge ABL
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)
|
||
|
|
%}
|