Your IP : 216.73.216.95


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

<?php

namespace Cardinity\Exception;

class NotFound extends Request
{
    protected $code = 404;
    protected $message = 'Not Found – The specified resource could not be found.';
}