Newer
Older
lib-di-container / src / Container / NotFoundException.php
@nightfall nightfall on 4 Jul 2023 179 bytes init
<?php

namespace Uid\Utils\Container;

use Psr\Container\NotFoundExceptionInterface;

class NotFoundException extends ContainerException implements NotFoundExceptionInterface
{
}