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