Skip to content

Instantly share code, notes, and snippets.

@nmccready
Created September 22, 2014 16:07
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 nmccready/78bcc2c2f8b2184c4fec to your computer and use it in GitHub Desktop.
Save nmccready/78bcc2c2f8b2184c4fec to your computer and use it in GitHub Desktop.
sumTry match {
case SqlError(error) => {
Console.println("Handled Sql Failure: " + error)
}
case Error(s) => {
Console.println("BasicError" + s)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment