RelationNotFoundException
class RelationNotFoundException extends RuntimeException
Properties
| string | $model | The name of the affected Eloquent model. |
|
| string | $relation | The name of the relation. |
Methods
static RelationNotFoundException
make(object $model, string $relation, string|null $type = null)
Create a new exception instance.
Details
at line 24
static RelationNotFoundException
make(object $model, string $relation, string|null $type = null)
Create a new exception instance.