Searched refs:getLastCode (Results 1 – 2 of 2) sorted by relevance
178 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(); function521 public function getLastCode() function in Analogic\\ACME\\Client
92 public function getLastCode() { function in dokuwiki\\plugin\\letsencrypt\\classes\\Client