Current Path : /var/www/storage/vendor/cardinity/cardinity-sdk-php/src/Exception/ |
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.'; }