fuc/vendor/illuminate/collections/ItemNotFoundException.php
2025-02-23 13:30:57 +08:00

10 lines
118 B
PHP
Executable File

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