aboutsummaryrefslogtreecommitdiffstats
path: root/public/system/storage/vendor/cardinity/cardinity-sdk-php/src/Exception/RequestTimeout.php
blob: dcb34d764b41dac1c208365a701a3eb5107be0fc (plain)
1
2
3
4
5
6
7
8
9
<?php

namespace Cardinity\Exception;

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