exception.i 145 B

123456
  1. %include <typemaps/exception.swg>
  2. %insert("runtime") {
  3. %define_as(SWIG_exception(code, msg), %block(%error(code, msg); return TCL_ERROR;))
  4. }