MultipleItemsFoundException
class MultipleItemsFoundException extends RuntimeException (View source)
Свойства
| int | $count | Количество найденных элементов. |
Методы
| void | __construct(int $count, int $code = 0, Throwable|null $previous = null) Создать новый экземпляр исключения. | |
| int | getCount() Получить количество найденных элементов. |
Подробности
void __construct(int $count, int $code = 0, Throwable|null $previous = null)
Создать новый экземпляр исключения.
int getCount()
Получить количество найденных элементов.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/11.x/Illuminate/Support/MultipleItemsFoundException.html