diff options
author | Jose <jose@zeroc.com> | 2019-03-27 21:27:51 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-03-27 21:27:51 +0100 |
commit | eee428674e46dd6d0c6edcde194397f30bc5efc0 (patch) | |
tree | 143f9d8cf0b45b192303279ea8496af80846bb55 /swift/src | |
parent | Test Ice/objects updates (diff) | |
download | ice-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.swift | 2 |
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 |