|
@@ -3,7 +3,8 @@
|
|
/*
|
|
/*
|
|
* This file is part of Composer.
|
|
* This file is part of Composer.
|
|
*
|
|
*
|
|
- * (c)
|
|
|
|
|
|
+ * (c) Nils Adermann <naderman@naderman.de>
|
|
|
|
+ * Jordi Boggiano <j.boggiano@seld.be>
|
|
*
|
|
*
|
|
* For the full copyright and license information, please view the LICENSE
|
|
* For the full copyright and license information, please view the LICENSE
|
|
* file that was distributed with this source code.
|
|
* file that was distributed with this source code.
|
|
@@ -18,5 +19,4 @@ namespace Composer\Repository;
|
|
*/
|
|
*/
|
|
class RepositorySecurityException extends \Exception
|
|
class RepositorySecurityException extends \Exception
|
|
{
|
|
{
|
|
- // nothing more, standard Exception
|
|
|
|
}
|
|
}
|