We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6464ffe commit b6475dcCopy full SHA for b6475dc
Sources/SwiftJava/Exceptions/Throwable+Error.swift
@@ -15,7 +15,7 @@
15
// Translate all Java Throwable instances in a Swift error.
16
extension Throwable: Error, CustomStringConvertible {
17
public var description: String {
18
- return toString()
+ "\(getClass().getCanonicalName())(\(getMessage()))"
19
}
20
21
0 commit comments