MediaWiki
1.30.0
|
Files | |
file | CannotReplaceActiveServiceException.php [code] |
Exception thrown when trying to replace an already active service. | |
file | ContainerDisabledException.php [code] |
Exception thrown when trying to access a service on a disabled container or factory. | |
file | DestructibleService.php [code] |
Interface for destructible services. | |
file | NoSuchServiceException.php [code] |
Exception thrown when the requested service is not known. | |
file | SalvageableService.php [code] |
Interface for salvageable services. | |
file | ServiceAlreadyDefinedException.php [code] |
Exception thrown when a service was already defined, but the caller expected it to not exist. | |
file | ServiceContainer.php [code] |
Generic service container. | |
file | ServiceDisabledException.php [code] |
Exception thrown when trying to access a disabled service. | |