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 { }