MediaWiki
1.30.0
|
Public Member Functions | |
__construct (IDatabase $db=null, $error='unknown error') | |
Public Member Functions inherited from Wikimedia\Rdbms\DBExpectedError | |
__construct (IDatabase $db=null, $error, array $params=[]) | |
getKey () | |
Returns the message key. More... | |
getMessageObject () | |
@inheritDoc More... | |
getParams () | |
Returns the message parameters. More... | |
Additional Inherited Members | |
Public Attributes inherited from Wikimedia\Rdbms\DBError | |
IDatabase null | $db |
Protected Attributes inherited from Wikimedia\Rdbms\DBExpectedError | |
string[] | $params |
Message parameters. More... | |
Definition at line 26 of file DBConnectionError.php.
IDatabase | $db | Object throwing the error |
string | $error | Error text |
Reimplemented from Wikimedia\Rdbms\DBError.
Definition at line 31 of file DBConnectionError.php.
References Wikimedia\Rdbms\DBError\$db.