Current Path : /var/www/storage2/vendor/cardinity/cardinity-sdk-php/src/Exception/ |
Current File : /var/www/storage2/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.'; }