PHP “Exception not found”

后端 未结 3 1876
半阙折子戏
半阙折子戏 2021-02-12 22:15

I have a somehow funny issue. While trying to understand why a certain website returns http code 500 to browser, I found the message

PHP Fatal error:  Class \'MZ         


        
3条回答
  •  不要未来只要你来
    2021-02-12 23:05

    Looks to me that the line is trying to throw a user defined Exception in the current namespace, not the built-in Exception class of PHP itself

提交回复
热议问题