Requests_Exception::getData()

Gives any relevant data


Return

(mixed)


Source

File: wp-includes/Requests/Exception.php

	public function getData() {
		return $this->data;
	}