Files
fvsjs/vendor/illuminate/collections/MultipleItemsFoundException.php
2023-12-27 10:40:24 +01:00

10 lines
124 B
PHP

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