Automattic\WooCommerce\Vendor\GraphQL\Utils
LazyException::__construct
Метод класса: LazyException{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$LazyException = new LazyException(); $LazyException->__construct( $makeMessage );
- $makeMessage(callable) (обязательный)
- .
Код LazyException::__construct() LazyException:: construct WC 11.0.1
public function __construct(callable $makeMessage)
{
parent::__construct($makeMessage());
}