WC_Data_Exception::getErrorDatapublicWC 1.0

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() code WC 10.8.1

public function getErrorData() {
	return $this->error_data;
}