<?php declare(strict_types=1); namespace JMS\Serializer\Exception; /** * LogicException for the Serializer. * * @author Johannes M. Schmitt <schmittjoh@gmail.com> */ class LogicException extends \LogicException implements Exception { }