platform/api/laravel/Database/Eloquent/MissingAttributeException.yaml

26 lines
485 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []