class ModelNotFoundException extends RuntimeException (View source)

Methods

$this
setModel( string $model)

Set the affected Eloquent model.

string
getModel()

Get the affected Eloquent model.

Details

at line line 22
$this setModel( string $model)

Set the affected Eloquent model.

Parameters

string $model

Return Value

$this

at line line 36
string getModel()

Get the affected Eloquent model.

Return Value

string