View file vendor/illuminate/collections/MultipleItemsFoundException.php

File size: 128B
<?php

namespace Illuminate\Collections;

use RuntimeException;

class MultipleItemsFoundException extends RuntimeException
{
}