Skip to content

Instantly share code, notes, and snippets.

@mahmudahsan
Created December 22, 2017 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mahmudahsan/35b5f213650a8bd60fbde8d9f6030dc6 to your computer and use it in GitHub Desktop.
Save mahmudahsan/35b5f213650a8bd60fbde8d9f6030dc6 to your computer and use it in GitHub Desktop.
Error handling in swift
func sampleThrowError() throws -> String {
throw SampleError.sample1
return ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment