WC_Data_Exception::getErrorData
Returns error data.
Method of the class: WC_Data_Exception{}
No Hooks.
Returns
Array.
Usage
$WC_Data_Exception = new WC_Data_Exception(); $WC_Data_Exception->getErrorData();
WC_Data_Exception::getErrorData() WC Data Exception::getErrorData code WC 10.8.1
public function getErrorData() {
return $this->error_data;
}