Skip to content

Instantly share code, notes, and snippets.

@meyusufdemirci
Last active April 12, 2022 12:48
Show Gist options
  • Save meyusufdemirci/bc659373d20e7c12aa87eee442f342aa to your computer and use it in GitHub Desktop.
Save meyusufdemirci/bc659373d20e7c12aa87eee442f342aa to your computer and use it in GitHub Desktop.
Error Handling Article
enum NetworkError: Error {
case userNotFound
var userFriendlyDescription: String {
"NetworkError.\(self)".localized
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment