. */ namespace SP\Core\Dic; use Exception; use Psr\Container\NotFoundExceptionInterface; /** * Class NotFoundException * * @package SP\Core\Dic */ class NotFoundException extends Exception implements NotFoundExceptionInterface { }