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

30 lines
594 B
YAML

name: UnauthorizedHttpException
class_comment: '# * @author Ben Ramsey <ben@benramsey.com>'
dependencies: []
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: challenge
- name: message
default: ''''''
- name: previous
default: 'null'
- name: code
default: '0'
- name: headers
default: '[]'
comment: '# * @author Ben Ramsey <ben@benramsey.com>
# */
# class UnauthorizedHttpException extends HttpException
# {
# /**
# * @param string $challenge WWW-Authenticate challenge string'
traits: []
interfaces: []