Automattic\WooCommerce\Vendor\GraphQL\Error
ClientAware::isClientSafe
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() ClientAware::isClientSafe code WC 10.9.1
public function isClientSafe(): bool;