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

File size: 128B
<?php

namespace Illuminate\Collections;

use RuntimeException;

class MultipleItemsFoundException extends RuntimeException
{
}