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

namespace MediaWiki\Extension\Translate\Statistics;

use RuntimeException;

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