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