summaryrefslogtreecommitdiff
path: root/swift/src
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2019-03-27 21:27:51 +0100
committerJose <jose@zeroc.com>2019-03-27 21:27:51 +0100
commiteee428674e46dd6d0c6edcde194397f30bc5efc0 (patch)
tree143f9d8cf0b45b192303279ea8496af80846bb55 /swift/src
parentTest Ice/objects updates (diff)
downloadice-eee428674e46dd6d0c6edcde194397f30bc5efc0.tar.bz2
ice-eee428674e46dd6d0c6edcde194397f30bc5efc0.tar.xz
ice-eee428674e46dd6d0c6edcde194397f30bc5efc0.zip
Add Ice/exceptions test
Diffstat (limited to 'swift/src')
-rw-r--r--swift/src/Ice/Exception.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/swift/src/Ice/Exception.swift b/swift/src/Ice/Exception.swift
index d71c2ff03d0..7017d4d2e6c 100644
--- a/swift/src/Ice/Exception.swift
+++ b/swift/src/Ice/Exception.swift
@@ -10,7 +10,7 @@
public protocol Exception: Error {
}
-public class LocalException: Exception {
+open class LocalException: Exception {
let _file: String
let _line: Int