mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-04-27 01:22:18 +08:00
19 lines
435 B
PHP
19 lines
435 B
PHP
<?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\V2;
|
|
|
|
use RuntimeException;
|
|
/**
|
|
* @author Bryan Davis <bd808@bd808.com>
|
|
*/
|
|
class MissingFileException extends RuntimeException
|
|
{
|
|
}
|