MailPoet\EmailEditor
Exception::getErrors()
Method of the class: Exception{}
No Hooks.
Return
null
. Nothing (null).
Usage
$Exception = new Exception(); $Exception->getErrors(): array;
Exception::getErrors() Exception::getErrors code WC 9.8.1
public function getErrors(): array { return $this->errors; }