data as $row) { $sContainer = new Container($row); try { $sContainer->UpdateTraffic(); } catch (ContainerTrafficRetrieveException $e) { if($sContainer->sCurrentStatus == CVM_STATUS_STARTED) { // This is not supposed to fail, as the VPS is running. // Something shady going on. // TODO: Log exception } } } }