WpOrg\Requests

Exception::getDatapublicWP 1.0

Gives any relevant data

Method of the class: Exception{}

No Hooks.

Returns

Mixed.

Usage

$Exception = new Exception();
$Exception->getData();

Exception::getData() code WP 6.9

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