Fix RepositorySecurityException class name
parent
59f8be3b92
commit
a8a99cee24
|
@ -16,7 +16,7 @@ namespace Composer\Repository;
|
||||||
*
|
*
|
||||||
* @author Eric Daspet <edaspet@survol.fr>
|
* @author Eric Daspet <edaspet@survol.fr>
|
||||||
*/
|
*/
|
||||||
class Repository\RepositorySecurityException extends \Exception
|
class RepositorySecurityException extends \Exception
|
||||||
{
|
{
|
||||||
// nothing more, standard Exception
|
// nothing more, standard Exception
|
||||||
}
|
}
|
Loading…
Reference in New Issue