platform/api/symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.yaml
2024-09-02 10:44:11 -07:00

16 lines
298 B
YAML

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: []