WC_Data_Exception::getErrorCodepublicWC 1.0

Returns the error code.

Method of the class: WC_Data_Exception{}

No Hooks.

Returns

String.

Usage

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

WC_Data_Exception::getErrorCode() code WC 9.8.5

public function getErrorCode() {
	return $this->error_code;
}