MediaWiki master
DBLanguageError.php
Go to the documentation of this file.
1<?php
20namespace Wikimedia\Rdbms;
21
22use Throwable;
23
30 public function __construct( $error, Throwable $prev = null ) {
31 parent::__construct( null, $error, $prev );
32 }
33}
__construct( $error, Throwable $prev=null)