Requests_Exception::getType()
Like {@see getCode()}, but a string code.
Description Description
Return Return
(string)
Source Source
File: wp-includes/Requests/Exception.php
public function getType() { return $this->type; }
Expand full source code Collapse full source code View on Trac