File "Forbidden.php"

Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/vendor/cardinity/cardinity-sdk-php/src/Exception/Forbidden.php
File size: 185 B (185 B bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

<?php

namespace Cardinity\Exception;

class Forbidden extends Request
{
    protected $code = 403;
    protected $message = 'Forbidden – You do not have access to this resource.';
}