It has been clearly stated, base_exception_handler::report()The first parameter must be an Exception instance, and what you pass in is a TypeErrorinstance
Attached is PHP's description of the Exception and TypeError types: http://php.net/manual/en/clas... http://php.net/manual/en/clas...
It has been clearly stated,
base_exception_handler::report()
The first parameter must be anException
instance, and what you pass in is aTypeError
instanceAttached is PHP's description of the
Exception
andTypeError
types:http://php.net/manual/en/clas...
http://php.net/manual/en/clas...