throwNotFound method

void throwNotFound()

Implementation

void throwNotFound() {
  throw GrpcError.notFound();
}