api/symfony/Component/HttpKernel/Exception/MethodNotAllowedHttpException.yaml

31 lines
596 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: MethodNotAllowedHttpException
class_comment: '# * @author Kris Wallsmith <kris@symfony.com>'
dependencies: []
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: allow
- name: message
default: ''''''
- name: previous
default: 'null'
- name: code
default: '0'
- name: headers
default: '[]'
comment: '# * @author Kris Wallsmith <kris@symfony.com>
# */
# class MethodNotAllowedHttpException extends HttpException
# {
# /**
# * @param string[] $allow An array of allowed methods'
traits: []
interfaces: []