Avatar
swiftbot BOT 5/15/2018 8:18 AM
Author icon
omochimetaru
extension String : Error {} func hoge() { do { throw "aaa" } catch { print("catch error: \(error)") } } hoge()
Version:
swift-4.1.1-RELEASE
Output:
catch error: aaa
Error: