platform/api/symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.yaml

17 lines
298 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: FileNotFoundException
class_comment: '# * Thrown when a file was not found.
# *
# * @author Bernhard Schussek <bschussek@gmail.com>'
dependencies: []
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: path
comment: null
traits: []
interfaces: []