summaryrefslogtreecommitdiff
path: root/share/swig/2.0.11/go/exception.i
blob: 5abd306a4eddc9c80ad321440f1a9fb29c56947d (plain)
1
2
3
4
5
6
7
%typemap(throws,noblock=1) (...) {
  SWIG_exception(SWIG_RuntimeError,"unknown exception");
}

%insert("runtime") %{
#define SWIG_exception(code, msg) _swig_gopanic(msg)
%}