throwNotFound method

void throwNotFound()
inherited

Implementation

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