PATH:
home
/
thebhoeo
/
public_html
/
officepoint
/
wp-content
/
plugins
/
woocommerce
/
lib
/
packages
/
GraphQL
/
Error
<?php declare(strict_types=1); namespace Automattic\WooCommerce\Vendor\GraphQL\Error; /** * Note: * This exception should not inherit base Error exception as it is raised when there is an error somewhere in * user-land code. */ class InvariantViolation extends \LogicException {}
[-] 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]