Your IP : 216.73.216.95


Current Path : /var/www/storage/vendor/cardinity/cardinity-sdk-php/src/Exception/
Upload File :
Current File : /var/www/storage/vendor/cardinity/cardinity-sdk-php/src/Exception/NotAcceptable.php

<?php

namespace Cardinity\Exception;

class NotAcceptable extends Request
{
    protected $code = 406;
    protected $message = 'Not Acceptable – Wrong Accept headers sent in the request.';
}