diff --git a/src/Event/ExceptionDispatched.php b/src/Event/ExceptionDispatched.php index b98c211..561b80c 100644 --- a/src/Event/ExceptionDispatched.php +++ b/src/Event/ExceptionDispatched.php @@ -18,9 +18,9 @@ class ExceptionDispatched { public function __construct( - public readonly Throwable $throwable, - public readonly ?ServerRequestInterface $request = null, - public readonly ?ResponseInterface $response = null + public Throwable $throwable, + public ?ServerRequestInterface $request = null, + public ?ResponseInterface $response = null ) { }