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