File "NotFound.php"
Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/vendor/cardinity/cardinity-sdk-php/src/Exception/NotFound.php
File
size: 186 B (186 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
namespace Cardinity\Exception;
class NotFound extends Request
{
protected $code = 404;
protected $message = 'Not Found – The specified resource could not be found.';
}