Просмотр файла vendor/illuminate/collections/ItemNotFoundException.php
<?php namespace Illuminate\Collections; use RuntimeException; class ItemNotFoundException extends RuntimeException { }
<?php namespace Illuminate\Collections; use RuntimeException; class ItemNotFoundException extends RuntimeException { }