class RelationNotFoundException extends RuntimeException

Methods

make(mixed $model, string $relation)

Create a new exception instance.

Details

at line 16
static RelationNotFoundException make(mixed $model, string $relation)

Create a new exception instance.

Parameters

mixed $model
string $relation

Return Value

RelationNotFoundException