Skip to content

Commit

Permalink
Revent events
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia committed Sep 18, 2024
1 parent 0280cf7 commit f368bbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Event/ExceptionDispatched.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
) {
}

Expand Down

0 comments on commit f368bbe

Please sign in to comment.