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; /** * Thrown when failing to serialize a leaf value. * * Not generally safe for clients, as the wrong given value could * be something not intended to ever be seen by clients. */ class SerializationError extends \Exception {}
[-] 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]