class MethodNotAllowedException

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

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

@author Kris Wallsmith <kris@symfony.com>

@api

Hierarchy

Expanded class hierarchy of MethodNotAllowedException

16 files declare their use of MethodNotAllowedException

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Exception/MethodNotAllowedException.php, line 23

Namespace

Symfony\Component\Routing\Exception
View source

Members