composer package updates
[openemr.git] / vendor / zendframework / zend-mail / src / Transport / Exception / ExceptionInterface.php
blob855a7a2af8e517ff31678d882c33e6fcf400948a
1 <?php
2 /**
3 * @see https://github.com/zendframework/zend-mail for the canonical source repository
4 * @copyright Copyright (c) 2005-2018 Zend Technologies USA Inc. (https://www.zend.com)
5 * @license https://github.com/zendframework/zend-mail/blob/master/LICENSE.md New BSD License
6 */
8 namespace Zend\Mail\Transport\Exception;
10 use Zend\Mail\Exception\ExceptionInterface as MailException;
12 interface ExceptionInterface extends MailException