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:
parent
043e45ca47
commit
17dbf525da
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ Version 1.3.28 (unreleased).
|
||||||
write the proper typemap in your target language. In the
|
write the proper typemap in your target language. In the
|
||||||
UTL, this looks like:
|
UTL, this looks like:
|
||||||
|
|
||||||
%typemap(throws,noblock=1) (...) {
|
%typemap(throws) (...) {
|
||||||
%raise(SWIG_ErrorType(SWIG_UnknownError), "UnknownError", 0);
|
%raise(SWIG_ErrorType(SWIG_UnknownError), "UnknownError", 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue