ModelNotFoundException

class ModelNotFoundException extends RuntimeException (View source)

Properties

protected string $model Name of the affected Eloquent model.

Methods

$this setModel(string $model)

Set the affected Eloquent model.

string getModel()

Get the affected Eloquent model.

Details

$this setModel(string $model)

Set the affected Eloquent model.

Parameters

string $model

Return Value

$this

string getModel()

Get the affected Eloquent model.

Return Value

string

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/4.2/Illuminate/Database/Eloquent/ModelNotFoundException.html