File "InternalServerError.php"
Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/vendor/cardinity/cardinity-sdk-php/src/Exception/InternalServerError.php
File
size: 212 B (212 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
namespace Cardinity\Exception;
class InternalServerError extends Request
{
protected $code = 500;
protected $message = 'Internal Server Error – We had a problem on our end. Try again later.';
}