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

@@ -11,7 +11,7 @@
declare(strict_types=1);
namespace Contracts\Komarev\GitHubProfileViewsCounter;
namespace Contracts\Komarev\GitHubProfileViewsCounter\Exceptions;
use Throwable;