classes/HTTPRequestException.php
Reference to instance property error
from undeclared class \DokuHTTPClient
Open
Open
$this->httpError = $httpClient->error;
- Exclude checks
Reference to instance property resp_body
from undeclared class \DokuHTTPClient
Open
Open
$this->responseBody = $httpClient->resp_body;
- Exclude checks
Reference to instance property status
from undeclared class \DokuHTTPClient
Open
Open
$this->code = $httpClient->status;
- Exclude checks
Parameter $httpClient
has undeclared type \DokuHTTPClient
Open
Open
public function __construct($message, \DokuHTTPClient $httpClient, $url, $method)
- Exclude checks