class
Illuminate
/
Database
/
ClassMorphViolationException
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
ClassMorphViolationException
Extends
Properties
public
$model string
The name of the affected Eloquent model.
Default: null
Methods
public
__construct ( $model ) : void
Create a new exception instance.
Parameters
- $model object