Files
bendtstudio0-static/pancake/system/vendor/illuminate/collections/MultipleItemsFoundException.php
2025-11-26 13:22:58 -05:00

10 lines
124 B
PHP
Executable File

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