<?php namespace Uid\Utils\Container; use Psr\Container\NotFoundExceptionInterface; class NotFoundException extends ContainerException implements NotFoundExceptionInterface { }