Skip to content

Commit db1fe78

Browse files
committed
Fix exception namespace
1 parent 8a8cbf1 commit db1fe78

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Exception/MinecraftQueryException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace PHPMinecraft\MinecraftQuery;
5+
namespace PHPMinecraft\MinecraftQuery\Exception;
66

77
use Exception;
88

src/MinecraftQueryResolver.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
namespace PHPMinecraft\MinecraftQuery;
66

7+
use PHPMinecraft\MinecraftQuery\Exception\MinecraftQueryException;
8+
79
class MinecraftQueryResolver
810
{
911
/** @var string */

0 commit comments

Comments
 (0)