<?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 { }