Current Path : /var/www/storage2/vendor/cardinity/cardinity-sdk-php/src/Exception/ |
Current File : /var/www/storage2/vendor/cardinity/cardinity-sdk-php/src/Exception/Unauthorized.php |
<?php namespace Cardinity\Exception; class Unauthorized extends Request { protected $code = 401; protected $message = 'Unauthorized – Your authorization information was missing or wrong.'; }