MediaWiki REL1_39
DBReadOnlyError.php
Go to the documentation of this file.
1<?php
20namespace Wikimedia\Rdbms;
21
27}
28
32class_alias( DBReadOnlyError::class, 'DBReadOnlyError' );
Base class for the more common types of database errors.