Mercurial > hg > isophonics-drupal-site
comparison vendor/typo3/phar-stream-wrapper/src/Exception.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
1 <?php | |
2 namespace TYPO3\PharStreamWrapper; | |
3 | |
4 /* | |
5 * This file is part of the TYPO3 project. | |
6 * | |
7 * It is free software; you can redistribute it and/or modify it under the terms | |
8 * of the MIT License (MIT). For the full copyright and license information, | |
9 * please read the LICENSE file that was distributed with this source code. | |
10 * | |
11 * The TYPO3 project - inspiring people to share! | |
12 */ | |
13 | |
14 class Exception extends \RuntimeException | |
15 { | |
16 } |