26 lines
443 B
YAML
26 lines
443 B
YAML
|
name: EntityNotFoundException
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: InvalidArgumentException
|
||
|
type: class
|
||
|
source: InvalidArgumentException
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: type
|
||
|
- name: id
|
||
|
comment: '# * Create a new exception instance.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @param string $type
|
||
|
|
||
|
# * @param mixed $id
|
||
|
|
||
|
# * @return void'
|
||
|
traits:
|
||
|
- InvalidArgumentException
|
||
|
interfaces: []
|