<?php declare(strict_types=1); namespace JMS\Serializer\Exception; /** * InvalidArgumentException for the Serializer. * * @author Asmir Mustafic <goetas@gmail.com> */ class ObjectConstructionException extends RuntimeException implements Exception { }