File "RequestTimeout.php"
Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/vendor/cardinity/cardinity-sdk-php/src/Exception/RequestTimeout.php
File
size: 134 B (134 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
namespace Cardinity\Exception;
class RequestTimeout extends Request
{
protected $code = 0;
protected $message = '';
}