Skip to content

Instantly share code, notes, and snippets.

@runarorama
Created February 5, 2014 03:29
Show Gist options
  • Save runarorama/8816995 to your computer and use it in GitHub Desktop.
Save runarorama/8816995 to your computer and use it in GitHub Desktop.
scala> res8
res9: Option[Int] =
Some(HttpResponse(200 OK))
scala> res9.get
java.lang.ClassCastException: spray.http.HttpResponse cannot be cast to Int
at .<init>(<console>:33)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment