MediaWiki
REL1_24
|
Database error base class. More...
Public Member Functions | |
__construct (DatabaseBase $db=null, $error) | |
Construct a database error. | |
Public Attributes | |
DatabaseBase | $db |
* |
Database error base class.
Definition at line 28 of file DatabaseError.php.
DBError::__construct | ( | DatabaseBase $ | db = null , |
$ | error | ||
) |
Construct a database error.
DatabaseBase | $db | Object which threw the error |
string | $error | A simple error message to be used for debugging |
Reimplemented in DBConnectionError.
Definition at line 36 of file DatabaseError.php.
DatabaseBase DBError::$db |
*
Definition at line 29 of file DatabaseError.php.