Skip to content

Instantly share code, notes, and snippets.

@macbaszii
Created September 21, 2015 04:23
Show Gist options
  • Select an option

  • Save macbaszii/2d27f44ab17fa29f83c7 to your computer and use it in GitHub Desktop.

Select an option

Save macbaszii/2d27f44ab17fa29f83c7 to your computer and use it in GitHub Desktop.
enum PurchaseError: ErrorType {
case OutOfStockItem
case InsufficientFund
case OtherError(message: String)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment