MailPoet\EmailEditor
Exception::create()
Method of the class: Exception{}
No Hooks.
Return
static
.
Usage
$result = Exception::create( $previous );
- $previous(Throwable)
- -
Default: null
Exception::create() Exception::create code WC 9.8.2
public static function create(\Throwable $previous = null) { return new static('', 0, $previous); }