MediaWiki REL1_37
DBReplicationWaitError.php
Go to the documentation of this file.
1<?php
22namespace Wikimedia\Rdbms;
23
31
35class_alias( DBReplicationWaitError::class, 'DBReplicationWaitError' );
Base class for the more common types of database errors.
Exception class for replica DB wait errors @newable.