try{

}
catch (Exception $e){
echo '
Eccezzione: ', $e->getMessage() , '
';
exit;
}