summaryrefslogtreecommitdiff
blob: e92a62fe0da98e733931a40ce14098bd1f96aad2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
/**
 * @file
 * @author Niklas Laxström
 * @license GPL-2.0-or-later
 */

namespace MediaWiki\Extensions\Translate\Statistics;

use RuntimeException;

/**
 * @since 2020.04
 */
class StatisticsUnavailable extends RuntimeException {
}