MailPoet\EmailEditor

Exception::getErrors()publicWC 1.0

Method of the class: Exception{}

No Hooks.

Return

null. Nothing (null).

Usage

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

Exception::getErrors() code WC 9.8.1

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