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

declare(strict_types=1);

namespace JMS\Serializer\Exception;

/**
 * InvalidArgumentException for the Serializer.
 *
 * @author Johannes M. Schmitt <schmittjoh@gmail.com>
 */
class InvalidArgumentException extends \InvalidArgumentException implements Exception
{
}