Namespaces
Salient
Cache
Cli
Collection
Console
Container
Contract
Cache
Cli
Collection
Console
Container
Core
Curler
Http
Iterator
Polyfill
Sync
Core
Curler
Db
Http
Iterator
PHPDoc
Polyfill
Sync
Testing
Utility
Interfaces
ApplicationInterface
ArgumentsNotUsedExceptionInterface
BeforeGlobalContainerSetEventInterface
ContainerAwareInterface
ContainerExceptionInterface
ContainerInterface
HasBindings
HasContainer
HasContextualBindings
HasServices
InvalidServiceExceptionInterface
ServiceAwareInterface
ServiceLifetime
ServiceNotFoundExceptionInterface
SingletonInterface
Overview
Namespace
Interface
Tree
1:
<?php
declare
(strict_types=
1
);
2:
3:
namespace
Salient\Contract\Container;
4:
5:
/**
6:
* @api
7:
*/
8:
interface
ArgumentsNotUsedExceptionInterface
extends
ContainerExceptionInterface {}
9: