feat: implement exception handling system with error context and policies
This commit is contained in:
@@ -4,7 +4,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace App\Framework\ErrorHandling\ValueObjects;
|
||||
|
||||
use App\Framework\ErrorHandling\ErrorSeverity;
|
||||
use App\Framework\Exception\Core\ErrorSeverity;
|
||||
|
||||
/**
|
||||
* Value Object representing error classification metadata.
|
||||
|
||||
Reference in New Issue
Block a user