composer package updates
[openemr.git] / vendor / zendframework / zend-mail / src / Exception / InvalidArgumentException.php
blobcf31787971c3e7f6feda4b52ab1c2140262d7ca1
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\Exception;
10 /**
11 * Exception for Zend\Mail component.
13 class InvalidArgumentException extends \InvalidArgumentException implements
14 ExceptionInterface