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

Breadcrumb

  1. Drupal Core 11.1.x

NotFoundExceptionInterface.php

Namespace

Psr\Container

File

vendor/psr/container/src/NotFoundExceptionInterface.php

View source
<?php

namespace Psr\Container;


/**
 * No entry was found in the container.
 */
interface NotFoundExceptionInterface extends ContainerExceptionInterface {

}

Interfaces

Title Deprecated Summary
NotFoundExceptionInterface No entry was found in the container.
RSS feed
Powered by Drupal