Requests_Exception::getType() WordPress Method
The Requests_Exception::getType() method is a simple way to get the type of an exception. This can be useful for debugging purposes.
Requests_Exception::getType() #
Like {@see getCode()}, but a string code.
Return
(string)
Source
File: wp-includes/Requests/Exception.php
public function getType() { return $this->type; }
Expand full source codeCollapse full source codeView on TracView on GitHub