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

11 lines
198 B
PHP
Executable file

<?php
namespace Illuminate\Container;
use Exception;
use Psr\Container\NotFoundExceptionInterface;
class EntryNotFoundException extends Exception implements NotFoundExceptionInterface
{
//
}