rename %throws to %catchs

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8351 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-01-10 18:47:51 +00:00
commit e676d2f8bd
6 changed files with 62 additions and 35 deletions

View file

@ -15,7 +15,7 @@
}
}
%throws(E1,E2*,ET<int>,ET<double>) A::barfoo(int i);
%catchs(E1,E2*,ET<int>,ET<double>,...) A::barfoo(int i);
%inline %{