Introducing Namespacing for Common Swift Error Scenarios

We've finally gotten around to putting together a proposal for this, which can be seen here (PR): [Proposal] Introducing Namespacing for Common Swift Error Scenarios by erica · Pull Request #861 · apple/swift-evolution · GitHub

The main difference is that we no longer have a top-level Fatal type, but instead have added an overload of fatalError() that allows you to pass in some pre-defined reasons.

4 Likes