Skip to content

Instantly share code, notes, and snippets.

@christoph-neumann
christoph-neumann / gist:5277309
Created March 30, 2013 16:20
Minimalist example of failure
/*
Minimalist example of failure. Uses:
scala: 2.10.0
scalatra: 2.2.0
*/
import akka.actor._
import org.scalatra.{ScalatraServlet, AsyncResult, FutureSupport}
import org.scalatra.{Accepted, BadRequest, Forbidden, Ok, Unauthorized}