Skip to content

Commit 6720032

Browse files
committed
replace removed class
1 parent 10f64ed commit 6720032

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Error/JsonApiExceptionRenderer.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22

33
namespace JsonApiException\Error;
44

5-
use Cake\Utility\Hash;
6-
use Cake\Error\ExceptionRenderer;
5+
use Cake\Error\Renderer\WebExceptionRenderer;
76
use JsonApiException\Error\Exception\JsonApiException;
87

9-
class JsonApiExceptionRenderer extends ExceptionRenderer
8+
class JsonApiExceptionRenderer extends WebExceptionRenderer
109
{
1110
public function jsonApi(JsonApiException $error)
1211
{

0 commit comments

Comments
 (0)