Your IP : 216.73.216.95


Current Path : /var/www/storage/vendor/cardinity/cardinity-sdk-php/src/Exception/
Upload File :
Current File : /var/www/storage/vendor/cardinity/cardinity-sdk-php/src/Exception/InternalServerError.php

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