Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Handling #6

Closed
arouel opened this issue Jul 3, 2014 · 0 comments
Closed

Error Handling #6

arouel opened this issue Jul 3, 2014 · 0 comments

Comments

@arouel
Copy link
Contributor

arouel commented Jul 3, 2014

If the Rho is more complete we should implement a default error handling.

  val service = new RhoService {
    GET / "error" |>> { () => throw new Error("an error") }
  }

  "RhoService" should {
    "handle internal server errors" in {
      val req = Request(GET, Uri(path = "/error"))
      service(r).run.status must equalTo(InternalServerError)
    }
  }
ChristopherDavenport pushed a commit that referenced this issue Jan 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant