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

declare(strict_types=1);

namespace JMS\Serializer\Exception;

/**
 * Base exception for the Serializer.
 *
 * @author Johannes M. Schmitt <schmittjoh@gmail.com>
 */
interface Exception extends \Throwable
{
}