[PHP] try catch exception 抓不到更新日期: 2018/5/7try{ ..... 內容 } catch (\Exception $e){ <= 加一個 \ 在Exception前面,變成Gloabl scope exception ......救援 }