Requests_Exception::getType() public WP 1.0
Like {@see getCode()}, but a string code.
{} It's a method of the class: Requests_Exception{}
No Hooks.
Return
String.
Usage
$Requests_Exception = new Requests_Exception(); $Requests_Exception->getType();
Code of Requests_Exception::getType() Requests Exception::getType WP 5.6
public function getType() {
return $this->type;
}