Skip to content

Instantly share code, notes, and snippets.

@alonsoir
Last active September 11, 2017 10:43
Show Gist options
  • Save alonsoir/bfa21baaa588511a6029bc55ae67395f to your computer and use it in GitHub Desktop.
Save alonsoir/bfa21baaa588511a6029bc55ae67395f to your computer and use it in GitHub Desktop.
try {
model.findSynonyms("alonso",1)
} catch {
case e: IllegalStateException => println("oooops!")
case _ : Throwable => println("wtf!!!")
} finally {
println("finally...")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment