WpOrg\Requests
Exception::getData
Gives any relevant data
Method of the class: Exception{}
No Hooks.
Returns
Mixed.
Usage
$Exception = new Exception(); $Exception->getData();
Exception::getData() Exception::getData code WP 6.9
public function getData() {
return $this->data;
}