View file vendor/laravel/framework/src/Illuminate/Collections/ItemNotFoundException.php

File size: 118B
<?php

namespace Illuminate\Support;

use RuntimeException;

class ItemNotFoundException extends RuntimeException
{
}