WC_Data_Exception::getErrorData()publicWC 1.0

Returns error data.

Method of the class: WC_Data_Exception{}

No Hooks.

Return

Array.

Usage

$WC_Data_Exception = new WC_Data_Exception();
$WC_Data_Exception->getErrorData();

WC_Data_Exception::getErrorData() code WC 8.7.0

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