platform/api/symfony/Component/HttpKernel/Exception/UnauthorizedHttpException.yaml

31 lines
594 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []