ModelNotFoundException
class ModelNotFoundException extends RuntimeException
Properties
protected string | $model | Name of the affected Eloquent model. |
|
protected int|array | $ids | The affected model IDs. |
Methods
$this
setModel(string $model, int|array $ids = [])
Set the affected Eloquent model and instance ids.
string
getModel()
Get the affected Eloquent model.
int|array
getIds()
Get the affected Eloquent model IDs.
Details
at line 30
$this
setModel(string $model, int|array $ids = [])
Set the affected Eloquent model and instance ids.
at line 51
string
getModel()
Get the affected Eloquent model.
at line 61
int|array
getIds()
Get the affected Eloquent model IDs.