Maison > Questions et réponses > le corps du texte
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
Cela a été clairement indiqué, base_exception_handler::report()
第一个参数必须是Exception
实例,而你传入的是TypeError
Exemples
Vous trouverez ci-joint la description des Exception
和TypeError
types :
http://php.net/manual/en/clas...
http://php.net/manual/en/clas...