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

<?php

namespace Cardinity\Exception;

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