Files
andaira/vendor/illuminate/collections/ItemNotFoundException.php
2025-07-29 09:35:39 +00:00

10 lines
118 B
PHP

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