mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-03 20:27:59 +08:00
Update HttpExceptionHandler.php
This commit is contained in:
parent
f30cb33e76
commit
b2a6d210af
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user