MediaWiki master
DBAccessError.php
Go to the documentation of this file.
1<?php
6namespace Wikimedia\Rdbms;
7
18 public function __construct() {
19 parent::__construct( null, "Database access has been disabled." );
20 }
21}
Exception class for attempted DB access.