MediaWiki REL1_34
DBAccessError.php
Go to the documentation of this file.
1<?php
22namespace Wikimedia\Rdbms;
23
29 public function __construct() {
30 parent::__construct( null, "Database access has been disabled." );
31 }
32}
33
37class_alias( DBAccessError::class, 'DBAccessError' );
Exception class for attempted DB access.