Files
zibo-dashboard/vendor/laravel/framework/src/Illuminate/Container/EntryNotFoundException.php
T
2025-03-28 08:52:46 +01:00

12 lines
198 B
PHP

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