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/MethodNotAllowed.php

<?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.';
}