summaryrefslogtreecommitdiff
path: root/src/Errors/Exception.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Errors/Exception.php')
-rw-r--r--src/Errors/Exception.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Errors/Exception.php b/src/Errors/Exception.php
index ccb124e..4e871b5 100644
--- a/src/Errors/Exception.php
+++ b/src/Errors/Exception.php
@@ -2,6 +2,8 @@
namespace App\Errors;
+use Matrix\Enums\ErrorCode;
+
abstract class Exception extends \RuntimeException
{
public function __construct(private ErrorCode $errorCode, string $message, int $httpCode)