Exception::getType()
Like {@see \Exception::getCode()}, but a string code.
Return
(string)
Source
File: wp-includes/Requests/src/Exception.php
public function getType() {
return $this->type;
}
Like {@see \Exception::getCode()}, but a string code.
(string)
File: wp-includes/Requests/src/Exception.php
public function getType() {
return $this->type;
}