17 lines
298 B
YAML
17 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: []
|