mirror of
https://github.com/antonkomarev/github-profile-views-counter.git
synced 2026-07-25 06:52:39 -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user