MediaWiki REL1_33
ContainerDisabledException.php
Go to the documentation of this file.
1<?php
2namespace Wikimedia\Services;
3
4use Exception;
5use RuntimeException;
6
33class ContainerDisabledException extends RuntimeException {
34
38 public function __construct( Exception $previous = null ) {
39 parent::__construct( 'Container disabled!', 0, $previous );
40 }
41
42}
43
48class_alias( ContainerDisabledException::class, 'MediaWiki\Services\ContainerDisabledException' );
and that you know you can do these things To protect your we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights These restrictions translate to certain responsibilities for you if you distribute copies of the or if you modify it For if you distribute copies of such a whether gratis or for a you must give the recipients all the rights that you have You must make sure that receive or can get the source code And you must show them these terms so they know their rights We protect your rights with two and(2) offer you this license which gives you legal permission to copy
Exception thrown when trying to access a service on a disabled container or factory.