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

namespace Cardinity\Exception;

class ServiceUnavailable extends Request
{
    protected $code = 503;
    protected $message = 'Service Unavailable – We’re temporarily off-line for 
    maintenance. Please try again later.';
}