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