WpOrg\Requests

Exception::getData()publicWP 1.0

Gives any relevant data

Method of the class: Exception{}

No Hooks.

Return

Mixed.

Usage

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

Exception::getData() code WP 6.6.2

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