mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-26 08:06:58 +00:00
6 lines
126 B
OpenEdge ABL
6 lines
126 B
OpenEdge ABL
%include <typemaps/exception.swg>
|
|
|
|
%insert("runtime") {
|
|
%define_as(SWIG_exception(code, msg), %block(%error(code, msg);))
|
|
}
|