MailPoet\EmailEditor
Exception::withMessage()
Method of the class: Exception{}
No Hooks.
Return
static
.
Usage
$Exception = new Exception(); $Exception->withMessage( $message );
- $message(string) (required)
- -
Exception::withMessage() Exception::withMessage code WC 9.8.1
public function withMessage(string $message) { $this->message = $message; return $this; }