composer package updates
[openemr.git] / vendor / zendframework / zend-tag / src / Cloud / Decorator / Exception / InvalidArgumentException.php
blob5a07d169e4390b04f5724183eebf08e9a054153c
1 <?php
2 /**
3 * @see https://github.com/zendframework/zend-tag 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-tag/blob/master/LICENSE.md New BSD License
6 */
8 namespace Zend\Tag\Cloud\Decorator\Exception;
10 use Zend\Tag\Exception;
12 class InvalidArgumentException extends Exception\InvalidArgumentException implements ExceptionInterface