Files
pancake/vendor/illuminate/collections/MultipleItemsFoundException.php
2025-11-26 11:50:55 -05:00

10 lines
124 B
PHP

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