mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-04 12:47:55 +08:00
Update HttpExceptionHandler.php
This commit is contained in:
parent
f30cb33e76
commit
b2a6d210af
@ -21,8 +21,14 @@ use Throwable;
|
|||||||
|
|
||||||
class HttpExceptionHandler extends ExceptionHandler
|
class HttpExceptionHandler extends ExceptionHandler
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* @var StdoutLoggerInterface
|
||||||
|
*/
|
||||||
protected $logger;
|
protected $logger;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var FormatterInterface
|
||||||
|
*/
|
||||||
protected $formatter;
|
protected $formatter;
|
||||||
|
|
||||||
public function __construct(StdoutLoggerInterface $logger, FormatterInterface $formatter)
|
public function __construct(StdoutLoggerInterface $logger, FormatterInterface $formatter)
|
||||||
|
Loading…
Reference in New Issue
Block a user