File "MethodNotAllowed.php"

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

Download   Open   Edit   Advanced Editor &nnbsp; Back

<?php

namespace Cardinity\Exception;

class MethodNotAllowed extends Request
{
    protected $code = 405;
    protected $message = 'Method Not Allowed – You tried to access a resource using an invalid HTTP method.';
}