首頁 > 問答 > 主體
欧阳克2017-07-03 11:43:02
已經提示的很清楚了,base_exception_handler::report()第一個參數必須是Exception實例,而你傳入的是TypeError實例
base_exception_handler::report()
Exception
TypeError
附上PHP對於Exception和TypeError類型的說明:http://php.net/manual/en/clas...http://php.net/manual/en/clas...