mirror of
https://github.com/antonkomarev/github-profile-views-counter.git
synced 2026-07-30 17:16:17 -04:00
Fix exceptions namespace
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Contracts\Komarev\GitHubProfileViewsCounter;
|
||||
namespace Contracts\Komarev\GitHubProfileViewsCounter\Exceptions;
|
||||
|
||||
use Throwable;
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Contracts\Komarev\GitHubProfileViewsCounter;
|
||||
namespace Contracts\Komarev\GitHubProfileViewsCounter\Exceptions;
|
||||
|
||||
use InvalidArgumentException;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user