Files
bendtstudio0-static/pancake/system/vendor/illuminate/collections/ItemNotFoundException.php
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
{
}