swig/Lib/python/exception.i
2006-01-14 21:23:36 +00:00

6 lines
139 B
OpenEdge ABL

%include <typemaps/exception.swg>
%insert("runtime") {
%define_as(SWIG_exception(code, msg), %block(%error(code, msg); SWIG_fail; ))
}