Alternatif olarak önce dosyanın olup olmadığını kontrol edebilirsin.

if(file_exists($url)){
$veri = file_get_contents($url);
}else{
//dosya yok
}