feat: implement exception handling system with error context and policies
This commit is contained in:
8
src/Framework/ExceptionHandling/ErrorRenderer.php
Normal file
8
src/Framework/ExceptionHandling/ErrorRenderer.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Framework\ExceptionHandling;
|
||||
|
||||
interface ErrorRenderer
|
||||
{
|
||||
public function render(): void;
|
||||
}
|
||||
Reference in New Issue
Block a user