Fix exceptions namespace

This commit is contained in:
Anton Komarev
2022-02-20 20:06:57 +05:00
parent a7acba150f
commit 08311226e1
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ declare(strict_types=1);
namespace Komarev\GitHubProfileViewsCounter;
use Contracts\Komarev\GitHubProfileViewsCounter\CounterRepositoryInterface;
use Contracts\Komarev\GitHubProfileViewsCounter\InvalidPathException;
use Contracts\Komarev\GitHubProfileViewsCounter\Exceptions\InvalidPathException;
use DateTimeImmutable;
use DateTimeZone;