mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-23 14:46:53 +00:00
7 lines
139 B
OpenEdge ABL
7 lines
139 B
OpenEdge ABL
%include <typemaps/exception.swg>
|
|
|
|
|
|
%insert("runtime") {
|
|
%define_as(SWIG_exception(code, msg), %block(%error(code, msg); SWIG_fail; ))
|
|
}
|