MailPoet\EmailEditor

Exception::create()public staticWC 1.0

Method of the class: Exception{}

No Hooks.

Return

static.

Usage

$result = Exception::create( $previous );
$previous(Throwable)
-
Default: null

Exception::create() code WC 9.8.2

public static function create(\Throwable $previous = null) {
  return new static('', 0, $previous);
}