Skip to content

Instantly share code, notes, and snippets.

@bill350
Created April 1, 2018 21:59
Show Gist options
  • Select an option

  • Save bill350/1bc9015dcf5c3653ef93f5c3a805a3d6 to your computer and use it in GitHub Desktop.

Select an option

Save bill350/1bc9015dcf5c3653ef93f5c3a805a3d6 to your computer and use it in GitHub Desktop.
protocol Localizable {
var localizedMessage: String { get }
}
protocol Underlying {
var underlying: Swift.Error? { get }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment