summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/errorDetection/DuplicateThrows.err
blob: 177b8699ec7632de7cc5003b61ae6e3b9a3fb07f (plain)
1
2
3
4
DuplicateThrows.ice:10: operation `op' has a throws clause with a duplicate exception: `e'
DuplicateThrows.ice:11: operation `op' has a throws clause with a duplicate exception: `e'
DuplicateThrows.ice:12: operation `op' has a throws clause with a duplicate exception: `e2'
DuplicateThrows.ice:13: operation `op' has a throws clause with duplicate exceptions: `e', `e2'