🌈 搜索
📅  最后修改于: 2022-03-11 14:54:26.496000             🧑  作者: Mango
try { throw new Exception("Some error message"); } catch(Exception $e) { echo $e->getMessage(); }