suchen

Heim  >  Fragen und Antworten  >  Hauptteil

PHP7-Fehlerbehandlung, Problemlösung.

Uncaught TypeError: Argument 1 passed to base_exception_handler::report() must be an instance of Exception, instance of TypeError given, called in 
阿神阿神2735 Tage vor684

Antworte allen(1)Ich werde antworten

  • 欧阳克

    欧阳克2017-07-03 11:43:02

    已经提示的很清楚了,base_exception_handler::report()第一个参数必须是Exception实例,而你传入的是TypeError实例

    附上PHP对于ExceptionTypeError类型的说明:
    http://php.net/manual/en/clas...
    http://php.net/manual/en/clas...

    Antwort
    0
  • StornierenAntwort