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

namespace Illuminate\Support;

use RuntimeException;

class MultipleItemsFoundException extends RuntimeException
{
}