Automattic\WooCommerce\Vendor\GraphQL\Utils
LazyException::__construct
Method of the class: LazyException{}
No Hooks.
Returns
null. Nothing (null).
Usage
$LazyException = new LazyException(); $LazyException->__construct( $makeMessage );
- $makeMessage(callable) (required)
- .
LazyException::__construct() LazyException:: construct code WC 10.9.1
public function __construct(callable $makeMessage)
{
parent::__construct($makeMessage());
}