Requests_Exception::getData() WordPress Method
The getData() method of the Requests_Exception class retrieves the exception's data member. This member contains the error message and other debug information.
Requests_Exception::getData() #
Gives any relevant data
Return
(mixed)
Source
File: wp-includes/Requests/Exception.php
public function getData() { return $this->data; }
Expand full source codeCollapse full source codeView on TracView on GitHub