<? try{
throw new Exception("bb");
}catch(Exception $e){
    echo $e->getMessage();
}
?>