Update HttpExceptionHandler.php

This commit is contained in:
黄朝晖 2019-08-13 13:53:34 +08:00 committed by GitHub
parent f30cb33e76
commit b2a6d210af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,8 +21,14 @@ use Throwable;
class HttpExceptionHandler extends ExceptionHandler
{
/**
* @var StdoutLoggerInterface
*/
protected $logger;
/**
* @var FormatterInterface
*/
protected $formatter;
public function __construct(StdoutLoggerInterface $logger, FormatterInterface $formatter)