WooCommerce Code Reference

GetMethodSupportsOnlyQueryOperation.php

Source code

<?php declare(strict_types=1);

namespace Automattic\WooCommerce\Vendor\GraphQL\Server\Exception;

use Automattic\WooCommerce\Vendor\GraphQL\Server\RequestError;

class GetMethodSupportsOnlyQueryOperation extends RequestError {}