1
0
Fork 0

Fix RepositorySecurityException class name

pull/1584/head
Eric Daspet 2013-02-15 09:52:31 +01:00
parent 59f8be3b92
commit a8a99cee24
1 changed files with 1 additions and 1 deletions

View File

@ -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
} }