Skip to content

Instantly share code, notes, and snippets.

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