MediaWiki  master
DBAccessError.php
Go to the documentation of this file.
1 <?php
20 namespace Wikimedia\Rdbms;
21 
32  public function __construct() {
33  parent::__construct( null, "Database access has been disabled." );
34  }
35 }
36 
40 class_alias( DBAccessError::class, 'DBAccessError' );
Exception class for attempted DB access.