Skip to content

Instantly share code, notes, and snippets.

@bill350
Created March 29, 2018 19:41
Show Gist options
  • Select an option

  • Save bill350/1974012597498427583e39f7713ad1c6 to your computer and use it in GitHub Desktop.

Select an option

Save bill350/1974012597498427583e39f7713ad1c6 to your computer and use it in GitHub Desktop.
/// Errors prompting protocol
protocol Failable {
/// Show an error
func showError(_ error: Swift.Error?)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment