Repository URL to install this package:
Version:
0.1.30 ▾
|
odigos-demo-currency
/
opt
/
odigos-demo-currency
/
vendor
/
psr
/
container
/
src
/
NotFoundExceptionInterface.php
|
---|
<?php
namespace Psr\Container;
/**
* No entry was found in the container.
*/
interface NotFoundExceptionInterface extends ContainerExceptionInterface
{
}