Automattic\WooCommerce\EmailEditor

Exception::getErrorspublicWC 1.0

Method of the class: Exception{}

No Hooks.

Returns

String[].

Usage

$Exception = new Exception();
$Exception->getErrors(): array;

Exception::getErrors() code WC 10.7.0

public function getErrors(): array {
  return $this->errors;
}