nodes)) { throw new NoNodesAvailableException('Cannot select any node from load balancer.'); } $key = array_rand($this->nodes); return $this->nodes[$key]; } }