Skip to content

Commit 90f859c

Browse files
committed
base class changed
1 parent f0506c5 commit 90f859c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Error/Exception/JsonApiException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
namespace JsonApiException\Error\Exception;
44

55
use Cake\Datasource\EntityInterface;
6-
use Cake\Http\Exception\NotAcceptableException;
6+
use Cake\Http\Exception\BadRequestException;
77

8-
class JSonApiException extends NotAcceptableException
8+
class JSonApiException extends BadRequestException
99
{
1010
protected $requestErrors;
1111

0 commit comments

Comments
 (0)