MediaWiki REL1_34
DBTransactionError.php
Go to the documentation of this file.
1<?php
22namespace Wikimedia\Rdbms;
23
29
33class_alias( DBTransactionError::class, 'DBTransactionError' );
Base class for the more common types of database errors.