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

namespace Cardinity\Exception;

class Declined extends Request
{
    protected $code = 402;
    protected $message = 'Request Failed – Your request was valid but it was declined.';
}