MediaWiki master
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}
Exception class for attempted DB access.