MediaWiki
REL1_24
|
Base class for the more common types of database errors. More...
Public Member Functions | |
getHTML () | |
getText () | |
Protected Member Functions | |
getHTMLContent () | |
getTextContent () |
Base class for the more common types of database errors.
These are known to occur frequently, so we try to give friendly error messages for them.
Definition at line 49 of file DatabaseError.php.
Reimplemented from MWException.
Reimplemented in DBConnectionError.
Definition at line 68 of file DatabaseError.php.
DBExpectedError::getHTMLContent | ( | ) | [protected] |
Reimplemented from MWException.
Definition at line 53 of file DatabaseError.php.
Referenced by MssqlInstaller\createTables(), MysqlInstaller\setupUser(), and MssqlInstaller\setupUser().
DBExpectedError::getTextContent | ( | ) | [protected] |
Reimplemented in DBQueryError, and DBConnectionError.
Definition at line 83 of file DatabaseError.php.