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

30 lines
513 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: HttpExceptionInterface
class_comment: null
dependencies: []
properties: []
methods:
- name: getStatusCode
visibility: public
parameters: []
comment: '# * Interface for HTTP error exceptions.
# *
# * @author Kris Wallsmith <kris@symfony.com>
# */
# interface HttpExceptionInterface extends \Throwable
# {
# /**
# * Returns the status code.'
- name: getHeaders
visibility: public
parameters: []
comment: '# * Returns response headers.'
traits: []
interfaces: []