| Current Path : /usr/share/swig/2.0.10/go/ |
| Current File : //usr/share/swig/2.0.10/go/exception.i |
%typemap(throws,noblock=1) (...) {
SWIG_exception(SWIG_RuntimeError,"unknown exception");
}
%insert("runtime") %{
#define SWIG_exception(code, msg) _swig_gopanic(msg)
%}