MediaWiki  REL1_31
MediaWiki\Services\ServiceDisabledException Class Reference

Exception thrown when trying to access a disabled service. More...

Inheritance diagram for MediaWiki\Services\ServiceDisabledException:
Collaboration diagram for MediaWiki\Services\ServiceDisabledException:

Public Member Functions

 __construct ( $serviceName, Exception $previous=null)
 

Detailed Description

Exception thrown when trying to access a disabled service.

Definition at line 33 of file ServiceDisabledException.php.

Constructor & Destructor Documentation

◆ __construct()

MediaWiki\Services\ServiceDisabledException::__construct (   $serviceName,
Exception  $previous = null 
)
Parameters
string$serviceName
Exception | null$previous

Definition at line 39 of file ServiceDisabledException.php.


The documentation for this class was generated from the following file: