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