diff options
Diffstat (limited to 'py/test/Ice/exceptions/TestI.py')
-rw-r--r-- | py/test/Ice/exceptions/TestI.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/py/test/Ice/exceptions/TestI.py b/py/test/Ice/exceptions/TestI.py index 1fd6ea2634d..107cb23afd1 100644 --- a/py/test/Ice/exceptions/TestI.py +++ b/py/test/Ice/exceptions/TestI.py @@ -89,6 +89,9 @@ class ThrowerI(Test.Thrower): def throwAssertException(self, current=None): raise RuntimeError("operation `throwAssertException' not supported") + def throwLocalExceptionIdempotent(self, current=None): + raise Ice.TimeoutException() + def throwAfterResponse(self, current=None): # # Only relevant for AMD. |