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

namespace YoastSEO_Vendor\Psr\Container;

/**
 * Base interface representing a generic exception in a container.
 */
interface ContainerExceptionInterface
{
}