class MissingAttributeException extends OutOfBoundsException (View source)

Methods

void
__construct(Model $model, string $key)

Create a new missing attribute exception instance.

Details

void __construct(Model $model, string $key)

Create a new missing attribute exception instance.

Parameters

Model $model
string $key

Return Value

void