class LazyLoadingViolationException extends RuntimeException

Properties

string $model

The name of the affected Eloquent model.

string $relation

The name of the relation.

Methods

__construct(object $model, string $relation)

Create a new exception instance.

Details

at line 24
__construct(object $model, string $relation)

Create a new exception instance.

Parameters

object $model
string $relation