Sha256: f81040eff1fe6847b0fa05c61b6e6e44e1360faf0f32474ed62ddf541190e1e3
Contents?: true
Size: 479 Bytes
Versions: 42
Compression:
Stored size: 479 Bytes
Contents
<?php /* * This file is part of Composer. * * (c) Nils Adermann <naderman@naderman.de> * Jordi Boggiano <j.boggiano@seld.be> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Composer\Repository; /** * Exception thrown when a package repository is utterly broken * * @author Jordi Boggiano <j.boggiano@seld.be> */ class InvalidRepositoryException extends \Exception { }
Version data entries
42 entries across 42 versions & 1 rubygems