Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
GettextPluralException
n/a
0 / 0
n/a
0 / 0
0
n/a
0 / 0
1<?php
2declare( strict_types = 1 );
3
4namespace MediaWiki\Extension\Translate\FileFormatSupport;
5
6use Exception;
7
8/**
9 * Identifies Gettext plural exceptions.
10 * @author Niklas Laxström
11 * @license GPL-2.0-or-later
12 */
13class GettextPluralException extends Exception {
14}