aboutsummaryrefslogtreecommitdiffstats
path: root/includes/composer/PhpUnitSplitter/SuiteSplittingException.php
blob: 91182dd483b668c3c67cfbcf2ecc92b598e9ec2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

declare( strict_types = 1 );

namespace MediaWiki\Composer\PhpUnitSplitter;

/**
 * @license GPL-2.0-or-later
 */
class SuiteSplittingException extends \RuntimeException {

}