The class W2w\Lib\Apie\Exceptions\ApieException has been deprecated: use \W2w\Lib\ApieObjectAccessNormalizer\Exceptions\ApieException
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-deprecated annotation
12
class InvalidPageLimitException extends /** @scrutinizer ignore-deprecated */ ApieException implements LocalizationableException
Loading history...
13
{
14
public function __construct()
15
{
16
parent::__construct(422, 'Page limit should not be lower than 1!');