24 lines
452 B
YAML
24 lines
452 B
YAML
|
name: MissingAppKeyException
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: RuntimeException
|
||
|
type: class
|
||
|
source: RuntimeException
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: message
|
||
|
default: '''No application encryption key has been specified.'''
|
||
|
comment: '# * Create a new exception instance.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @param string $message
|
||
|
|
||
|
# * @return void'
|
||
|
traits:
|
||
|
- RuntimeException
|
||
|
interfaces: []
|