1<?php
2
3declare(strict_types=1);
4
5namespace JMS\Serializer\Type\Exception;
6
7final class SyntaxError extends \RuntimeException implements Exception
8{
9}
10