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