File "NotAcceptable.php"
Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/vendor/cardinity/cardinity-sdk-php/src/Exception/NotAcceptable.php
File
size: 195 B (195 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
namespace Cardinity\Exception;
class NotAcceptable extends Request
{
protected $code = 406;
protected $message = 'Not Acceptable – Wrong Accept headers sent in the request.';
}