File "Unauthorized.php"

Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/vendor/cardinity/cardinity-sdk-php/src/Exception/Unauthorized.php
File size: 203 B (203 B bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

<?php

namespace Cardinity\Exception;

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