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 f0506c5 commit 90f859cCopy full SHA for 90f859c
src/Error/Exception/JsonApiException.php
@@ -3,9 +3,9 @@
3
namespace JsonApiException\Error\Exception;
4
5
use Cake\Datasource\EntityInterface;
6
-use Cake\Http\Exception\NotAcceptableException;
+use Cake\Http\Exception\BadRequestException;
7
8
-class JSonApiException extends NotAcceptableException
+class JSonApiException extends BadRequestException
9
{
10
protected $requestErrors;
11
0 commit comments