PATH:
home
/
thebhoeo
/
public_html
/
lazysleep
/
wp-content
/
plugins
/
woocommerce
/
lib
/
packages
/
GraphQL
/
Error
<?php declare(strict_types=1); namespace Automattic\WooCommerce\Vendor\GraphQL\Error; /** * Caused by Automattic\WooCommerce\Vendor\GraphQL clients and can safely be displayed. */ class UserError extends \RuntimeException implements ClientAware { public function isClientSafe(): bool { return true; } }
[-] DebugFlag.php
[edit]
[-] SerializationError.php
[edit]
[-] FormattedError.php
[edit]
[-] CoercionError.php
[edit]
[-] SyntaxError.php
[edit]
[-] Warning.php
[edit]
[-] Error.php
[edit]
[+]
..
[-] InvariantViolation.php
[edit]
[-] ClientAware.php
[edit]
[-] ProvidesExtensions.php
[edit]
[-] UserError.php
[edit]