File "UnexpectedResponse.php"

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

Download   Open   Edit   Advanced Editor &nnbsp; Back

<?php

namespace Cardinity\Exception;

class UnexpectedResponse extends Request
{
    protected $code = 0;
    protected $message = '';
}