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/Unauthorized.php

<?php

namespace Cardinity\Exception;

class Unauthorized extends Request
{
    protected $code = 401;
    protected $message = 'Unauthorized – Your authorization information was missing or wrong.';
}