Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

ContainerExceptionInterface.php

Namespace

Psr\Container

File

vendor/psr/container/src/ContainerExceptionInterface.php

View source
<?php

namespace Psr\Container;

use Throwable;

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

}

Interfaces

Title Deprecated Summary
ContainerExceptionInterface Base interface representing a generic exception in a container.
RSS feed
Powered by Drupal