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

namespace Uid\Utils\Container;

use Psr\Container\ContainerExceptionInterface;
use Exception;

class ContainerException extends Exception implements ContainerExceptionInterface
{
}