summaryrefslogtreecommitdiff
path: root/idlc/test/exception.idl
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/test/exception.idl')
-rw-r--r--idlc/test/exception.idl20
1 files changed, 0 insertions, 20 deletions
diff --git a/idlc/test/exception.idl b/idlc/test/exception.idl
deleted file mode 100644
index d52730168..000000000
--- a/idlc/test/exception.idl
+++ /dev/null
@@ -1,20 +0,0 @@
-module idlc
-{
-module test
-{
-
-exception BaseException
-{
- string Description;
-};
-
-exception RuntimeException : BaseException
-{
- long Id;
- type Context;
-};
-
-
-};
-};
-