summaryrefslogtreecommitdiff
path: root/Lib/scilab/exception.i
blob: 17f4175c4ec3d831d1c1d0bad122b656511c47dc (plain)
1
2
3
4
5
6
%include <typemaps/exception.swg>


%insert("runtime") {
  %define_as(SWIG_exception(code, msg), SWIG_Scilab_Error(code, msg);)
}