Automattic\WooCommerce\Vendor\GraphQL\Error

ClientAware::isClientSafepublicWC 1.0

Is it safe to show the error message to clients?

Method of the class: ClientAware{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ClientAware = new ClientAware();
$ClientAware->isClientSafe(): bool;

ClientAware::isClientSafe() code WC 10.9.1

public function isClientSafe(): bool;