MediaWiki REL1_35
Wikimedia\Rdbms\DBError Class Reference

Database error base class @newable Stable to extend. More...

Inheritance diagram for Wikimedia\Rdbms\DBError:
Collaboration diagram for Wikimedia\Rdbms\DBError:

Public Member Functions

 __construct (?IDatabase $db, $error, \Throwable $prev=null)
 Construct a database error Stable to call.
 

Public Attributes

IDatabase null $db
 

Detailed Description

Database error base class @newable Stable to extend.

Definition at line 32 of file DBError.php.

Constructor & Destructor Documentation

◆ __construct()

Wikimedia\Rdbms\DBError::__construct ( ?IDatabase  $db,
  $error,
\Throwable  $prev = null 
)

Construct a database error Stable to call.

Parameters
IDatabase | null$dbObject which threw the error
string$errorA simple error message to be used for debugging
\\Throwable | null$prevPrevious throwable

Definition at line 43 of file DBError.php.

References Wikimedia\Rdbms\DBError\$db.

Member Data Documentation

◆ $db


The documentation for this class was generated from the following file: