rename %throws to %catchs

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8352 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-01-10 18:49:18 +00:00
commit 17dbf525da

View file

@ -79,7 +79,7 @@ Version 1.3.28 (unreleased).
write the proper typemap in your target language. In the
UTL, this looks like:
%typemap(throws,noblock=1) (...) {
%typemap(throws) (...) {
%raise(SWIG_ErrorType(SWIG_UnknownError), "UnknownError", 0);
}