Mercurial > hg > cmmr2012-drupal-site
view vendor/wikimedia/composer-merge-plugin/src/Merge/MissingFileException.php @ 0:c75dbcec494b
Initial commit from drush-created site
author | Chris Cannam |
---|---|
date | Thu, 05 Jul 2018 14:24:15 +0000 |
parents | |
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 { }