<?php

namespace ECSPrefix202510\Illuminate\Container;

use Exception;
use ECSPrefix202510\Psr\Container\NotFoundExceptionInterface;
class EntryNotFoundException extends Exception implements NotFoundExceptionInterface
{
    //
}
