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.

Хуков нет.

Использование

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

Методы

Нет Методов у класса.

Код SerializationError{} WC 11.0.1

class SerializationError extends \Exception {}