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; use Automattic\WooCommerce\Vendor\GraphQL\Language\Source; class SyntaxError extends Error { public function __construct(Source $source, int $position, string $description) { parent::__construct( "Syntax Error: {$description}", null, $source, [$position] ); } }
[-] 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]