composer package updates
[openemr.git] / vendor / zendframework / zend-text / src / Exception / RuntimeException.php
blobef1955d894fdb3a91d1a10a111827f9c91f7a047
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\Exception;
10 class RuntimeException extends \RuntimeException implements ExceptionInterface