Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/jms/serializer/src/Exception/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/jms/serializer/src/Exception/InvalidMetadataException.php

<?php

declare(strict_types=1);

namespace JMS\Serializer\Exception;

/**
 * InvalidArgumentException for the Serializer.
 *
 * @author Asmir Mustafic <goetas@gmail.com>
 */
class InvalidMetadataException extends \Exception implements Exception
{
}