if (!@readfile($file)){echo("errore");}

oppure

if (!file_exists($file)){
readfile($file);
}else{
echo("errore");
}