Home
last modified time | relevance | path

Searched refs:getLastCode (Results 1 – 2 of 2) sorted by relevance

/plugin/letsencrypt/
H A DLescript.php178 if ($this->client->getLastCode() !== 201) {
179 …throw new \RuntimeException("Invalid response code: " . $this->client->getLastCode() . ", " . json…
190 if ($this->client->getLastCode() == 202) {
195 } else if ($this->client->getLastCode() == 200) {
210 … throw new \RuntimeException("Can't get certificate: HTTP code " . $this->client->getLastCode());
433 public function getLastCode(); function
521 public function getLastCode() function in Analogic\\ACME\\Client
/plugin/letsencrypt/classes/
H A DClient.php92 public function getLastCode() { function in dokuwiki\\plugin\\letsencrypt\\classes\\Client