itskp-odense/vendor/illuminate/collections/MultipleItemsFoundException...

10 lines
128 B
PHP

<?php
namespace Illuminate\Collections;
use RuntimeException;
class MultipleItemsFoundException extends RuntimeException
{
}