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