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