MediaWiki
1.28.0
|
Database error base class. More...
Public Member Functions | |
__construct (IDatabase $db=null, $error) | |
Construct a database error. More... | |
Public Attributes | |
IDatabase null | $db |
Database error base class.
Definition at line 26 of file DBError.php.
DBError::__construct | ( | IDatabase | $db = null , |
$error | |||
) |
Construct a database error.
IDatabase | $db | Object which threw the error |
string | $error | A simple error message to be used for debugging |
Definition at line 35 of file DBError.php.
References $db.
IDatabase null DBError::$db |
Definition at line 28 of file DBError.php.
Referenced by DBConnectionError\__construct(), DBExpectedError\__construct(), and __construct().