31 lines
596 B
YAML
31 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: []
|