Files
2025-11-26 13:22:58 -05:00

10 lines
118 B
PHP
Executable File

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