mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-27 00:26:50 +00:00
9 lines
225 B
OpenEdge ABL
9 lines
225 B
OpenEdge ABL
|
%include <typemaps/exception.swg>
|
||
|
|
||
|
|
||
|
%insert("runtime") {
|
||
|
%define_as(SWIG_exception(code, msg),
|
||
|
%block(switch (code) {case SWIG_IndexError: return Rf_ScalarLogical(NA_LOGICAL); default: %error(code, msg); SWIG_fail;} ))
|
||
|
}
|
||
|
|