Automattic\WooCommerce\Vendor\GraphQL\Utils

LazyException::__constructpublicWC 1.0

Method of the class: LazyException{}

No Hooks.

Returns

null. Nothing (null).

Usage

$LazyException = new LazyException();
$LazyException->__construct( $makeMessage );
$makeMessage(callable) (required)
.

LazyException::__construct() code WC 10.9.1

public function __construct(callable $makeMessage)
{
    parent::__construct($makeMessage());
}