• File: NotFoundExceptionInterface.php
  • Full Path: /home/docteuh/www/Authentication/psr/container/src/NotFoundExceptionInterface.php
  • Date Modified: 06/23/2026 4:20 PM
  • File size: 205 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace YoastSEO_Vendor\Psr\Container;

/**
 * No entry was found in the container.
 */
interface NotFoundExceptionInterface extends \YoastSEO_Vendor\Psr\Container\ContainerExceptionInterface
{
}