Sha256: 631fa57a0de5f24e982cf70707b4d0cb84a1f8ae53807a92a7f8edb1cda1560b
Contents?: true
Size: 256 Bytes
Versions: 4
Compression:
Stored size: 256 Bytes
Contents
<?php /** * @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file) */ namespace Psr\Container; /** * No entry was found in the container. */ interface NotFoundExceptionInterface extends ContainerExceptionInterface { }
Version data entries
4 entries across 4 versions & 1 rubygems