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

namespace Cardinity\Exception;

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