diff options
Diffstat (limited to 'vendor/symfony/mime/Exception/ExceptionInterface.php')
| -rw-r--r-- | vendor/symfony/mime/Exception/ExceptionInterface.php | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/vendor/symfony/mime/Exception/ExceptionInterface.php b/vendor/symfony/mime/Exception/ExceptionInterface.php new file mode 100644 index 0000000000..7dbcdc72b0 --- /dev/null +++ b/vendor/symfony/mime/Exception/ExceptionInterface.php @@ -0,0 +1,21 @@ +<?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 + */ +interface ExceptionInterface extends \Throwable +{ +} |
