We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f64ed commit 6720032Copy full SHA for 6720032
src/Error/JsonApiExceptionRenderer.php
@@ -2,11 +2,10 @@
2
3
namespace JsonApiException\Error;
4
5
-use Cake\Utility\Hash;
6
-use Cake\Error\ExceptionRenderer;
+use Cake\Error\Renderer\WebExceptionRenderer;
7
use JsonApiException\Error\Exception\JsonApiException;
8
9
-class JsonApiExceptionRenderer extends ExceptionRenderer
+class JsonApiExceptionRenderer extends WebExceptionRenderer
10
{
11
public function jsonApi(JsonApiException $error)
12
0 commit comments