platform/api/symfony/Component/HttpKernel/Exception/MethodNotAllowedHttpException.yaml
2024-09-02 10:44:11 -07:00

30 lines
596 B
YAML

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: []