/home/smartonegroup/public_html/veroserv/vendor/jms/serializer/src/Type/Exception/SyntaxError.php
<?php

declare(strict_types=1);

namespace JMS\Serializer\Type\Exception;

final class SyntaxError extends \RuntimeException implements Exception
{
}