| Current Path : /var/www/clients/client3/web2/web/vendor/jms/serializer/src/Exception/ |
| Current File : /var/www/clients/client3/web2/web/vendor/jms/serializer/src/Exception/LogicException.php |
<?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
{
}