Files
pancake/vendor/illuminate/collections/ItemNotFoundException.php
2025-11-26 11:50:55 -05:00

10 lines
118 B
PHP

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