File "ServiceUnavailable.php"

Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/vendor/cardinity/cardinity-sdk-php/src/Exception/ServiceUnavailable.php
File size: 238 B (238 B bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

<?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.';
}