diff --git a/src/Composer/Exception/IrrecoverableDownloadException.php b/src/Composer/Exception/IrrecoverableDownloadException.php new file mode 100644 index 000000000..72a833c72 --- /dev/null +++ b/src/Composer/Exception/IrrecoverableDownloadException.php @@ -0,0 +1,20 @@ + + * Jordi Boggiano + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Composer\Exception; + +/** + * @author Jordi Boggiano + */ +class IrrecoverableDownloadException extends \RuntimeException +{ +}