composer package updates
[openemr.git] / vendor / zendframework / zend-mail / src / Protocol / Exception / RuntimeException.php
blob91da49e9259b421801c72b718177d5bb64eb6fc9
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\Protocol\Exception;
10 use Zend\Mail\Exception;
12 /**
13 * Exception for Zend\Mail component.
15 class RuntimeException extends Exception\RuntimeException implements ExceptionInterface