Mercurial > hg > isophonics-drupal-site
comparison vendor/wikimedia/composer-merge-plugin/src/Merge/MissingFileException.php @ 0:4c8ae668cc8c
Initial import (non-working)
author | Chris Cannam |
---|---|
date | Wed, 29 Nov 2017 16:09:58 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c8ae668cc8c |
---|---|
1 <?php | |
2 /** | |
3 * This file is part of the Composer Merge plugin. | |
4 * | |
5 * Copyright (C) 2015 Bryan Davis, Wikimedia Foundation, and contributors | |
6 * | |
7 * This software may be modified and distributed under the terms of the MIT | |
8 * license. See the LICENSE file for details. | |
9 */ | |
10 | |
11 namespace Wikimedia\Composer\Merge; | |
12 | |
13 /** | |
14 * @author Bryan Davis <bd808@bd808.com> | |
15 */ | |
16 class MissingFileException extends \RuntimeException | |
17 { | |
18 } |