Mercurial > hg > isophonics-drupal-site
view vendor/wikimedia/composer-merge-plugin/src/Merge/MissingFileException.php @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 4c8ae668cc8c |
children |
line wrap: on
line source
<?php /** * This file is part of the Composer Merge plugin. * * Copyright (C) 2015 Bryan Davis, Wikimedia Foundation, and contributors * * This software may be modified and distributed under the terms of the MIT * license. See the LICENSE file for details. */ namespace Wikimedia\Composer\Merge; /** * @author Bryan Davis <bd808@bd808.com> */ class MissingFileException extends \RuntimeException { }