fuc/vendor/illuminate/container/EntryNotFoundException.php
2025-02-23 13:30:57 +08:00

12 lines
198 B
PHP
Executable File

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