platform/api/laravel/Database/Eloquent/MissingAttributeException.yaml
2024-09-02 10:44:11 -07:00

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: []