Skip to content

Instantly share code, notes, and snippets.

@Arrlindii
Created August 5, 2018 22:57
Show Gist options
  • Save Arrlindii/4e7b4fffc492e366849b346991fbd720 to your computer and use it in GitHub Desktop.
Save Arrlindii/4e7b4fffc492e366849b346991fbd720 to your computer and use it in GitHub Desktop.
struct ValidationError: Error {
var message: String
init(_ message: String) {
self.message = message
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment