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