think\exception\HttpResponseException::__construct PHP Метод

__construct() публичный Метод

public __construct ( Response $response )
$response think\Response
    public function __construct(Response $response)
    {
        $this->response = $response;
    }
HttpResponseException