composer package updates
[openemr.git] / vendor / zendframework / zend-text / src / Table / Exception / InvalidDecoratorException.php
blob12022c7da3bfb266f24d4394f7cd04c28dc63496
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 use DomainException;
12 class InvalidDecoratorException extends DomainException implements ExceptionInterface