Automattic\WooCommerce\Vendor\GraphQL\Error

SerializationError{}WC 1.0

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.

No Hooks.

Usage

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

Methods

No Methods in class.

SerializationError{} code WC 10.9.1

class SerializationError extends \Exception {}