Home | History | Annotate | Download | only in go
      1 %typemap(throws,noblock=1) (...) {
      2   SWIG_exception(SWIG_RuntimeError,"unknown exception");
      3 }
      4 
      5 %insert("runtime") %{
      6 #define SWIG_exception(code, msg) _swig_gopanic(msg)
      7 %}
      8