Automattic\WooCommerce\EmailEditor
Exception::getErrors
Method of the class: Exception{}
No Hooks.
Returns
String[].
Usage
$Exception = new Exception(); $Exception->getErrors(): array;
Exception::getErrors() Exception::getErrors code WC 10.7.0
public function getErrors(): array {
return $this->errors;
}