Automattic\WooCommerce\Vendor\GraphQL\Error

InvariantViolation{}WC 1.0

Note: This exception should not inherit base Error exception as it is raised when there is an error somewhere in user-land code.

No Hooks.

Usage

$InvariantViolation = new InvariantViolation();
// use class methods

Methods

No Methods in class.

InvariantViolation{} code WC 10.9.1

class InvariantViolation extends \LogicException {}