MediaWiki
REL1_31
ContainerDisabledException.php
Go to the documentation of this file.
1
<?php
2
namespace
MediaWiki\Services
;
3
4
use Exception;
5
use RuntimeException;
6
33
class
ContainerDisabledException
extends
RuntimeException {
34
38
public
function
__construct
( Exception $previous =
null
) {
39
parent::__construct(
'Container disabled!'
, 0, $previous );
40
}
41
42
}
MediaWiki\Services\ContainerDisabledException
Exception thrown when trying to access a service on a disabled container or factory.
Definition
ContainerDisabledException.php:33
MediaWiki\Services\ContainerDisabledException\__construct
__construct(Exception $previous=null)
Definition
ContainerDisabledException.php:38
MediaWiki\Services
Definition
CannotReplaceActiveServiceException.php:2
includes
services
ContainerDisabledException.php
Generated on Mon Nov 25 2024 15:35:19 for MediaWiki by
1.10.0