Heim > Fragen und Antworten > Hauptteil
Uncaught TypeError: Argument 1 passed to base_exception_handler::report() must be an instance of Exception, instance of TypeError given, called in
欧阳克2017-07-03 11:43:02
已经提示的很清楚了,base_exception_handler::report()
第一个参数必须是Exception
实例,而你传入的是TypeError
实例
附上PHP对于Exception
和TypeError
类型的说明:
http://php.net/manual/en/clas...
http://php.net/manual/en/clas...