You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this will go when I make the Foundation converter plugin, in which I plan to replace things that are not part of the language itself but from the foundation types.
A fatal error in Swift
fatalError("An error \(error) occurred")
could be converted to
throw Exception("An error $error occurred")
The text was updated successfully, but these errors were encountered: