View file vendor/illuminate/collections/ItemNotFoundException.php

File size: 122B
<?php

namespace Illuminate\Collections;

use RuntimeException;

class ItemNotFoundException extends RuntimeException
{
}