/home/smartonegroup/www/veroserv/vendor/jms/serializer/src/Type/Exception/InvalidNode.php
<?php

declare(strict_types=1);

namespace JMS\Serializer\Type\Exception;

final class InvalidNode extends \LogicException implements Exception
{
}