You are here

protected property MethodNotAllowedException::$allowedMethods in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/routing/Exception/MethodNotAllowedException.php \Symfony\Component\Routing\Exception\MethodNotAllowedException::allowedMethods

Type: array

File

vendor/symfony/routing/Exception/MethodNotAllowedException.php, line 26

Class

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

Namespace

Symfony\Component\Routing\Exception

Code

protected $allowedMethods = array();