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