Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
StatisticsUnavailable | n/a |
0 / 0 |
n/a |
0 / 0 |
0 | n/a |
0 / 0 |
1 | <?php |
2 | /** |
3 | * @file |
4 | * @author Niklas Laxström |
5 | * @license GPL-2.0-or-later |
6 | */ |
7 | |
8 | namespace MediaWiki\Extension\Translate\Statistics; |
9 | |
10 | use RuntimeException; |
11 | |
12 | /** @since 2020.04 */ |
13 | class StatisticsUnavailable extends RuntimeException { |
14 | } |