/home3/bmscom/jupiter.bms69.com/vendor/illuminate/collections/ItemNotFoundException.php
<?php

namespace Illuminate\Support;

use RuntimeException;

class ItemNotFoundException extends RuntimeException
{
}