Исключение ModelNotFoundException
класс ModelNotFoundException расширяет RuntimeException (Просмотреть исходный код)
Свойства
| protected string | $model | Имя затронутой модели Eloquent. | |
| protected int|array | $ids | Идентификаторы затронутых моделей. |
Методы
| $this | setModel(string $model, int|array $ids = []) Установить затронутую модель Eloquent и идентификаторы экземпляров. | |
| string | getModel() Получить затронутую модель Eloquent. | |
| int|array | getIds() Получить идентификаторы затронутых моделей Eloquent. |
Подробности
$this setModel(string $model, int|array $ids = [])
Установить затронутую модель Eloquent и идентификаторы экземпляров.
string getModel()
Получить затронутую модель Eloquent.
int|array getIds()
Получить идентификаторы затронутых моделей Eloquent.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/7.x/Illuminate/Database/Eloquent/ModelNotFoundException.html