Skip to content

Commit

Permalink
Extended \Exception instead of Exception
Browse files Browse the repository at this point in the history
  • Loading branch information
vermakhushboo committed Oct 13, 2023
1 parent b41bfb6 commit ac24290
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/VCS/Exception/RepositoryNotFound.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

namespace Utopia\VCS\Exception;

use Utopia\VCS\Exception;

class RepositoryNotFound extends Exception
class RepositoryNotFound extends \Exception
{
}

0 comments on commit ac24290

Please sign in to comment.