expatbase/var/www/html/flarum/vendor/illuminate/collections/ItemNotFoundException.php
2025-08-29 00:22:05 +09:00

9 lines
118 B
PHP
Executable file

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