Current Path : /var/www/storage/vendor/cardinity/cardinity-sdk-php/src/Exception/ |
Current File : /var/www/storage/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.'; }