1: <?php declare(strict_types=1);
2:
3: namespace Salient\Contract\Container;
4:
5: /**
6: * @api
7: */
8: interface InvalidServiceExceptionInterface extends ContainerExceptionInterface {}
9: