[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/symfony/routing/Exception/ -> MethodNotAllowedException.php (summary)

(no description)

File Size: 41 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

MethodNotAllowedException:: (2 methods):
  __construct()
  getAllowedMethods()


Class: MethodNotAllowedException  - X-Ref

The resource was found but the request method is not allowed.

This exception should trigger an HTTP 405 response in your application code.

__construct(array $allowedMethods, $message = null, $code = 0, \Exception $previous = null)   X-Ref
No description

getAllowedMethods()   X-Ref
Gets the allowed HTTP methods.

return: array



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1