summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/exceptions/Test.ice
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/exceptions/Test.ice')
-rw-r--r--cpp/test/Ice/exceptions/Test.ice2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Ice/exceptions/Test.ice b/cpp/test/Ice/exceptions/Test.ice
index 5338dac2414..895e99894b6 100644
--- a/cpp/test/Ice/exceptions/Test.ice
+++ b/cpp/test/Ice/exceptions/Test.ice
@@ -91,6 +91,8 @@ module Mod
void throwNonIceException();
void throwAssertException();
+ idempotent void throwLocalExceptionIdempotent();
+
void throwAfterResponse();
void throwAfterException() throws A;
};