MediaWiki
1.34.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=[], $prev=null) | |
getKey () | |
Returns the message key. More... | |
getParams () | |
Returns the message parameters. More... | |
Public Member Functions inherited from Wikimedia\Rdbms\DBError | |
__construct (IDatabase $db=null, $error, $prev=null) | |
Construct a database error. 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.
Wikimedia\Rdbms\DBConnectionError::__construct | ( | IDatabase | $db = null , |
$error = 'unknown error' |
|||
) |
IDatabase | null | $db | Object throwing the error |
string | $error | Error text |
Definition at line 31 of file DBConnectionError.php.
References Wikimedia\Rdbms\DBError\$db.