MediaWiki
1.28.0
|
Exception class for replica DB wait timeouts. More...
Additional Inherited Members | |
Public Member Functions inherited from DBExpectedError | |
__construct (IDatabase $db=null, $error, array $params=[]) | |
getKey () | |
Returns the message key. More... | |
getParams () | |
Returns the message parameters. More... | |
Public Member Functions inherited from DBError | |
__construct (IDatabase $db=null, $error) | |
Construct a database error. More... | |
Public Attributes inherited from DBError | |
IDatabase null | $db |
Protected Attributes inherited from DBExpectedError | |
string[] | $params |
Message parameters. More... | |
Exception class for replica DB wait timeouts.
Definition at line 26 of file DBReplicationWaitError.php.