class ClassMorphViolationException extends RuntimeException

Properties

string $model

The name of the affected Eloquent model.

Methods

__construct(object $model)

Create a new exception instance.

Details

at line 19
__construct(object $model)

Create a new exception instance.

Parameters

object $model