Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update handling of exceptions in unary_unary interceptors (#27)
* Separate google-api-core and grpcio deps in order to pin grpcio * Update flow of ExceptionInterceptor.intercept_unary_unary method to put logic preceding the try/catch into an else block. * Update LoggingInterceptor.intercept_unary_unary to more safely parse information from response/exception objects.
- Loading branch information