MailPoet\EmailEditor

Exception::withMessage()publicWC 1.0

Method of the class: Exception{}

No Hooks.

Return

static.

Usage

$Exception = new Exception();
$Exception->withMessage( $message );
$message(string) (required)
-

Exception::withMessage() code WC 9.8.1

public function withMessage(string $message) {
  $this->message = $message;
  return $this;
}