From 69c8d4f5c90cef75da102f92e4e992d03a8f1cd8 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Mon, 3 Jun 2019 14:19:10 +0100 Subject: :Update vendor dependencies --- .../symfony/mime/Exception/ExceptionInterface.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 vendor/symfony/mime/Exception/ExceptionInterface.php (limited to 'vendor/symfony/mime/Exception/ExceptionInterface.php') 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 @@ + + * + * 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 + * + * @experimental in 4.3 + */ +interface ExceptionInterface extends \Throwable +{ +} -- cgit v1.3