Upgrade framework
This commit is contained in:
10
vendor/psr/container/src/NotFoundExceptionInterface.php
vendored
Normal file
10
vendor/psr/container/src/NotFoundExceptionInterface.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Psr\Container;
|
||||
|
||||
/**
|
||||
* No entry was found in the container.
|
||||
*/
|
||||
interface NotFoundExceptionInterface extends ContainerExceptionInterface
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user