Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Fix error-handling to use new gRPC exceptions #131

Merged
merged 2 commits into from
Sep 20, 2016

Commits on Sep 19, 2016

  1. Fix error-handling to use new gRPC exceptions

    Previously, we were catching and wrapping AbortionError, which is no
    longer used by gRPC. Instead, use RpcError.
    geigerj committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    f0681e5 View commit details
    Browse the repository at this point in the history
  2. Add test

    geigerj committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    69efb57 View commit details
    Browse the repository at this point in the history