source-engine/devtools/swigwin-1.3.34/Lib/python/exception.i

7 lines
139 B
OpenEdge ABL
Raw Normal View History

2020-04-22 16:56:21 +00:00
%include <typemaps/exception.swg>
%insert("runtime") {
%define_as(SWIG_exception(code, msg), %block(%error(code, msg); SWIG_fail; ))
}