Heimdall/vendor/symfony/mime/Exception/RfcComplianceException.php

22 lines
464 B
PHP
Raw Normal View History

2019-06-11 11:29:32 +00:00
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mime\Exception;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 4.3
*/
class RfcComplianceException extends \InvalidArgumentException implements ExceptionInterface
{
}