25 lines
485 B
YAML
25 lines
485 B
YAML
name: MissingAttributeException
|
|
class_comment: null
|
|
dependencies:
|
|
- name: OutOfBoundsException
|
|
type: class
|
|
source: OutOfBoundsException
|
|
properties: []
|
|
methods:
|
|
- name: __construct
|
|
visibility: public
|
|
parameters:
|
|
- name: model
|
|
- name: key
|
|
comment: '# * Create a new missing attribute exception instance.
|
|
|
|
# *
|
|
|
|
# * @param \Illuminate\Database\Eloquent\Model $model
|
|
|
|
# * @param string $key
|
|
|
|
# * @return void'
|
|
traits:
|
|
- OutOfBoundsException
|
|
interfaces: []
|