MethodNotAllowed.php 221 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 <?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.'; }