Namespaces
Salient
Cache
Collection
Container
Contract
Cache
Collection
Console
Container
Event
Exception
Core
Curler
Iterator
Polyfill
Sync
Core
Curler
Iterator
PHPDoc
Polyfill
Sync
Testing
Utility
none
Interfaces
ContainerException
InvalidServiceException
ServiceNotFoundException
UnusedArgumentsException
Overview
Namespace
Interface
Tree
1:
<?php
declare
(strict_types=
1
);
2:
3:
namespace
Salient\Contract\Container\Exception;
4:
5:
/**
6:
* @api
7:
*/
8:
interface
InvalidServiceException
extends
ContainerException {}
9: