Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Beranek committed Nov 14, 2024
1 parent fc80ab4 commit fa508c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Error/ErrorHandlerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface ErrorHandlerInterface
/**
* @param array<mixed> $params
*/
public function handle(Throwable $error, array $params): JsonApiResponse;
public function handle(Throwable $exception, array $params): JsonApiResponse;

/**
* @param array<string> $errors
Expand Down

0 comments on commit fa508c0

Please sign in to comment.