Your IP : 216.73.216.85


Current Path : /home/smartconb/www/armencom33/libraries/vendor/psr/container/src/
Upload File :
Current File : /home/smartconb/www/armencom33/libraries/vendor/psr/container/src/NotFoundExceptionInterface.php

<?php

namespace Psr\Container;

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