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

File size: 122B
<?php

namespace Illuminate\Collections;

use RuntimeException;

class ItemNotFoundException extends RuntimeException
{
}